Commit e72b62c 1 parent d85fb32 commit e72b62c Copy full SHA for e72b62c
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 2.0.0] - 2023-04-28
11
+
10
12
### Added
11
13
12
14
- 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
112
114
113
115
- Initial implementation
114
116
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
116
119
[ 1.0.1 ] : https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
117
120
[ 1.0.0 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0
118
121
[ 0.2.4 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.3...v0.2.4
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " simple-pid"
3
- version = " 1 .0.1 "
3
+ version = " 2 .0.0 "
4
4
authors = [
5
5
{ name =" Martin Lundberg" },
6
6
]
You can’t perform that action at this time.
0 commit comments