Skip to content

Commit e72b62c

Browse files
committed
Version 2.0.0
1 parent d85fb32 commit e72b62c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [2.0.0] - 2023-04-28
11+
1012
### Added
1113

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

113115
- Initial implementation
114116

115-
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...HEAD
117+
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...HEAD
118+
[2.0.0]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...v2.0.0
116119
[1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
117120
[1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
118121
[0.2.4]: https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simple-pid"
3-
version = "1.0.1"
3+
version = "2.0.0"
44
authors = [
55
{ name="Martin Lundberg" },
66
]

0 commit comments

Comments
 (0)