Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lundberg committed Apr 28, 2023
1 parent d85fb32 commit e72b62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.0] - 2023-04-28

### Added

- Ability to override the time function by setting PID.time_fn to whichever function to use
Expand Down Expand Up @@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation

[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
[0.2.4]: https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "simple-pid"
version = "1.0.1"
version = "2.0.0"
authors = [
{ name="Martin Lundberg" },
]
Expand Down

0 comments on commit e72b62c

Please sign in to comment.