Skip to content

Commit 0d7c0d5

Browse files
authored
Merge pull request #110 from us-irs/prep-v0.29.0
Prep v0.29.0
2 parents 6fab351 + 32df061 commit 0d7c0d5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
# [unreleased]
1010

11+
# [v0.29.0] 2025-05-23
12+
13+
## Added
14+
15+
- CCSDS TM Frame impelementation.
16+
[109](https://github.com/us-irs/spacepackets-py/pull/109)
17+
1118
## Fixed
1219

13-
- Bugfix for USLP VCF count handling
20+
- Bugfix for USLP VCF count handling.
21+
[107](https://github.com/us-irs/spacepackets-py/pull/107)
1422

1523
# [v0.28.0] 2025-02-10
1624

@@ -593,3 +601,7 @@ Refactored `logging` module usage to be more pythonic.
593601

594602
- Applied formatting with the `black` Python formatter
595603
- Small tweaks to the NOTICE file
604+
605+
[unreleased]: https://github.com/us-irs/spacepackets-py/compare/v0.29.0...HEAD
606+
[v0.29.0]: https://github.com/us-irs/spacepackets-py/compare/v0.28.0...v0.29.0
607+
[v0.28.0]: https://github.com/us-irs/spacepackets-py/compare/v0.27.0...v0.28.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.28.0"
9+
version = "0.29.0"
1010
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)