Skip to content

Commit e1734c3

Browse files
committed
prepare patch release
1 parent 90b1b59 commit e1734c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "spacepackets"
77
description = "Various CCSDS and ECSS packet implementations"
88
readme = "README.md"
9-
version = "0.26.0"
9+
version = "0.26.1"
1010
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)