Skip to content

Commit

Permalink
Merge pull request #93 from us-irs/prep-v0.26.1
Browse files Browse the repository at this point in the history
prepare patch release
  • Loading branch information
robamu authored Nov 30, 2024
2 parents 90b1b59 + e1734c3 commit 264f2a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.26.1] 2024-11-30

## Fixed

- Unpacking / re-packing was buggy for some file directives when the PDU checksum was activated.
Expand All @@ -18,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Metadata
- Finished

## Added

- Typing improvements: Most raw byte APIs like `unpack` methods now accept both `bytes` and
`bytearray`

# [v0.26.0] 2024-11-27

- Python 3.8 is not supported anymore as it has reached end-of-life.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "spacepackets"
description = "Various CCSDS and ECSS packet implementations"
readme = "README.md"
version = "0.26.0"
version = "0.26.1"
requires-python = ">=3.9"
license = {text = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit 264f2a1

Please sign in to comment.