File tree 2 files changed +8
-1
lines changed
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/).
8
8
9
9
# [ unreleased]
10
10
11
+ # [ v0.26.1] 2024-11-30
12
+
11
13
## Fixed
12
14
13
15
- 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/).
18
20
- Metadata
19
21
- Finished
20
22
23
+ ## Added
24
+
25
+ - Typing improvements: Most raw byte APIs like ` unpack ` methods now accept both ` bytes ` and
26
+ ` bytearray `
27
+
21
28
# [ v0.26.0] 2024-11-27
22
29
23
30
- 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"
6
6
name = " spacepackets"
7
7
description = " Various CCSDS and ECSS packet implementations"
8
8
readme = " README.md"
9
- version = " 0.26.0 "
9
+ version = " 0.26.1 "
10
10
requires-python = " >=3.9"
11
11
license = {text = " Apache-2.0" }
12
12
authors = [
You can’t perform that action at this time.
0 commit comments