From 6582c205a5b06cf733f78d9399bc0b7e6263262c Mon Sep 17 00:00:00 2001 From: Jonah Jeleniewski Date: Tue, 7 Nov 2023 01:36:00 +1100 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 7 ++++++- src/eolib/__about__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7142f..fef9fc8 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.0.0] - 2023-11-07 + ### Added - Support for EO data structures: @@ -23,4 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Number encoding - String encoding - Data encryption - - Packet sequencer \ No newline at end of file + - Packet sequencer + +[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.0.0...HEAD +[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 f102a9c..5becc17 100644 --- a/src/eolib/__about__.py +++ b/src/eolib/__about__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "1.0.0"