Skip to content

Commit

Permalink
Update CHANGELOG to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Mar 2, 2023
1 parent d697056 commit 6be3620
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
_Nothing yet_

## [0.1.0] - 2023-03-02
### Added
- Initial Python API, with `is_gellermann_series`, `generate_gellermann_series`, `generate_all_gellermann_series`, and `generate_gellermann_series_table`
- Basic GUI, with PyInstaller-generated standalone executables for Linux, macOS, and Windows

[Unreleased]: https://github.com/YannickJadoul/PyGellermann/compare/e013a30...HEAD
[0.1.0]: https://github.com/YannickJadoul/PyGellermann/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/YannickJadoul/PyGellermann/compare/e013a30...v0.1.0

0 comments on commit 6be3620

Please sign in to comment.