File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 1- __version__ = "2.0.0 "
1+ __version__ = "2.0.1 "
You can’t perform that action at this time.
0 commit comments