Commit a9b7803 1 parent aa9e424 commit a9b7803 Copy full SHA for a9b7803
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.3] - 2019-08-26
9
+
10
+ ### Added
11
+
12
+ - A reset method to reset the internal state of the PID controller
13
+
8
14
## [ 0.2.2] - 2019-07-04
9
15
10
16
### Changed
@@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
53
48
54
- Initial implementation
49
55
50
- [ Unreleased ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.2...HEAD
56
+ [ Unreleased ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.3...HEAD
57
+ [ 0.2.3 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.2...v0.2.3
51
58
[ 0.2.2 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.1...v0.2.2
52
59
[ 0.2.1 ] : https://github.com/m-lundberg/simple-pid/compare/v0.2.0...v0.2.1
53
60
[ 0.2.0 ] : https://github.com/m-lundberg/simple-pid/compare/v0.1.5...v0.2.0
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'simple-pid' ,
15
- version = '0.2.2 ' ,
15
+ version = '0.2.3 ' ,
16
16
description = 'A simple, easy to use PID controller' ,
17
17
long_description = long_description ,
18
18
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments