Skip to content

Commit 1b0a45d

Browse files
committed
Release v2.0.0
1 parent de22e2d commit 1b0a45d

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.0] - 2025-06-30
11+
1012
### Added
1113

1214
- `SpellReplyServerPacket` packet class.
@@ -155,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155157
- Data encryption
156158
- Packet sequencer
157159

158-
[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.2.0...HEAD
160+
[Unreleased]: https://github.com/cirras/eolib-python/compare/v2.0.0...HEAD
161+
[2.0.0]: https://github.com/cirras/eolib-python/compare/v1.2.0...v2.0.0
159162
[1.2.0]: https://github.com/cirras/eolib-python/compare/v1.1.1...v1.2.0
160163
[1.1.1]: https://github.com/cirras/eolib-python/compare/v1.1.0...v1.1.1
161164
[1.1.0]: https://github.com/cirras/eolib-python/compare/v1.0.0...v1.1.0

src/eolib/__about__.py

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

0 commit comments

Comments
 (0)