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 7d6cc37 commit 522b021Copy full SHA for 522b021
CHANGELOG.md
@@ -8,11 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
## [unreleased]
10
11
+## [v0.6.2]
12
+
13
+- Fix in size pre-check of space packet parser `parse_space_packets`
14
15
## [v0.6.1]
16
17
- Add packet sizes in `__str__` method of PUS TM and TC
18
- Some type corrections: Expect `bytes` instead of `bytearray` where applicable
-- Fix in size pre-check of space packet parser `parse_space_packets`
19
20
## [v0.6.0]
21
spacepackets/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.6.1"
+__version__ = "0.6.2"
0 commit comments