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.2] - 2025-07-29
11+
1012### Fixed
1113
1214- Fix inaccurate deserialization of ` WelcomeReplyServerPacket ` where non-chunked portions of the
@@ -168,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168170 - Data encryption
169171 - Packet sequencer
170172
171- [ Unreleased ] : https://github.com/cirras/eolib-python/compare/v2.0.1...HEAD
173+ [ Unreleased ] : https://github.com/cirras/eolib-python/compare/v2.0.2...HEAD
174+ [ 2.0.2 ] : https://github.com/cirras/eolib-python/compare/v2.0.1...v2.0.2
172175[ 2.0.1 ] : https://github.com/cirras/eolib-python/compare/v2.0.0...v2.0.1
173176[ 2.0.0 ] : https://github.com/cirras/eolib-python/compare/v1.2.0...v2.0.0
174177[ 1.2.0 ] : https://github.com/cirras/eolib-python/compare/v1.1.1...v1.2.0
Original file line number Diff line number Diff line change 1- __version__ = "2.0.1 "
1+ __version__ = "2.0.2 "
You can’t perform that action at this time.
0 commit comments