Skip to content

Commit 2309ada

Browse files
committed
Release v2.0.1
1 parent 80c352f commit 2309ada

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1] - 2025-07-06
11+
1012
### Fixed
1113

1214
- Make `eolib.protocol.pub.server` types available from the top-level `eolib` package.
@@ -161,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161163
- Data encryption
162164
- Packet sequencer
163165

164-
[Unreleased]: https://github.com/cirras/eolib-python/compare/v2.0.0...HEAD
166+
[Unreleased]: https://github.com/cirras/eolib-python/compare/v2.0.1...HEAD
167+
[2.0.1]: https://github.com/cirras/eolib-python/compare/v2.0.0...v2.0.1
165168
[2.0.0]: https://github.com/cirras/eolib-python/compare/v1.2.0...v2.0.0
166169
[1.2.0]: https://github.com/cirras/eolib-python/compare/v1.1.1...v1.2.0
167170
[1.1.1]: https://github.com/cirras/eolib-python/compare/v1.1.0...v1.1.1

src/eolib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)