File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99# [ unreleased]
1010
11+ # [ v0.26.1] 2024-11-30
12+
1113## Fixed
1214
1315- Unpacking / re-packing was buggy for some file directives when the PDU checksum was activated.
@@ -18,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820 - Metadata
1921 - Finished
2022
23+ ## Added
24+
25+ - Typing improvements: Most raw byte APIs like ` unpack ` methods now accept both ` bytes ` and
26+ ` bytearray `
27+
2128# [ v0.26.0] 2024-11-27
2229
2330- Python 3.8 is not supported anymore as it has reached end-of-life.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " spacepackets"
77description = " Various CCSDS and ECSS packet implementations"
88readme = " README.md"
9- version = " 0.26.0 "
9+ version = " 0.26.1 "
1010requires-python = " >=3.9"
1111license = {text = " Apache-2.0" }
1212authors = [
You can’t perform that action at this time.
0 commit comments