Skip to content

Commit 6582c20

Browse files
committed
Release v1.0.0
1 parent f273c1d commit 6582c20

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 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.0.0] - 2023-11-07
11+
1012
### Added
1113

1214
- Support for EO data structures:
@@ -23,4 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
- Number encoding
2426
- String encoding
2527
- Data encryption
26-
- 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

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

0 commit comments

Comments
 (0)