Skip to content

Commit

Permalink
bump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Mueller authored and Robin Mueller committed Apr 8, 2022
1 parent 7d6cc37 commit 522b021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v0.6.2]

- Fix in size pre-check of space packet parser `parse_space_packets`

## [v0.6.1]

- Add packet sizes in `__str__` method of PUS TM and TC
- Some type corrections: Expect `bytes` instead of `bytearray` where applicable
- Fix in size pre-check of space packet parser `parse_space_packets`

## [v0.6.0]

Expand Down
2 changes: 1 addition & 1 deletion spacepackets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

0 comments on commit 522b021

Please sign in to comment.