From ab4d923e3660151123f2f12bdc6d561bb1e11ccc Mon Sep 17 00:00:00 2001 From: Jonah Jeleniewski Date: Tue, 19 Dec 2023 01:04:39 +1100 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 5 ++++- src/eolib/__about__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec48f28..c9480b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2023-12-19 + ### Added - `WalkPlayerServerPacket.direction` field. @@ -37,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Data encryption - Packet sequencer -[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/cirras/eolib-python/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/cirras/eolib-python/releases/tag/v1.0.0 \ No newline at end of file diff --git a/src/eolib/__about__.py b/src/eolib/__about__.py index 5becc17..6849410 100644 --- a/src/eolib/__about__.py +++ b/src/eolib/__about__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0"