Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Nov 6, 2023
1 parent f273c1d commit 6582c20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
- 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
2 changes: 1 addition & 1 deletion src/eolib/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "1.0.0"

0 comments on commit 6582c20

Please sign in to comment.