Skip to content

Commit f55069f

Browse files
committed
Release v2.0.2
1 parent 955fdaf commit f55069f

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.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

src/eolib/__about__.py

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

0 commit comments

Comments
 (0)