Skip to content

Commit df8d822

Browse files
committed
Release v1.1.1
1 parent 8ee8395 commit df8d822

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+
## [1.1.1] - 2024-08-22
11+
1012
### Changed
1113

1214
- The package is now [PEP 561](https://peps.python.org/pep-0561/) compatible, exposing type
@@ -45,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547
- Data encryption
4648
- Packet sequencer
4749

48-
[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.1.0...HEAD
50+
[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.1.1...HEAD
51+
[1.1.1]: https://github.com/cirras/eolib-python/compare/v1.1.0...v1.1.1
4952
[1.1.0]: https://github.com/cirras/eolib-python/compare/v1.0.0...v1.1.0
5053
[1.0.0]: https://github.com/cirras/eolib-python/releases/tag/v1.0.0

src/eolib/__about__.py

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

0 commit comments

Comments
 (0)