We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f273c1d commit 6582c20Copy full SHA for 6582c20
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.0] - 2023-11-07
11
+
12
### Added
13
14
- Support for EO data structures:
@@ -23,4 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
25
- Number encoding
24
26
- String encoding
27
- Data encryption
- - Packet sequencer
28
+ - Packet sequencer
29
30
+[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.0.0...HEAD
31
+[1.0.0]: https://github.com/cirras/eolib-python/releases/tag/v1.0.0
src/eolib/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.0.1"
+__version__ = "1.0.0"
0 commit comments