Skip to content

Commit 6e6f4b0

Browse files
committed
Version 2.0.1
1 parent 9f4da9b commit 6e6f4b0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
9+
10+
## [2.0.1] - 2024-07-21
911

1012
### Fixed
1113

@@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118120

119121
- Initial implementation
120122

121-
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...HEAD
123+
[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.1...HEAD
124+
[2.0.1]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...v2.0.1
122125
[2.0.0]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...v2.0.0
123126
[1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1
124127
[1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0

pyproject.toml

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

0 commit comments

Comments
 (0)