File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
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.28 .0"
9+ version = " 0.29 .0"
1010requires-python = " >=3.9"
1111license = {text = " Apache-2.0" }
1212authors = [
You can’t perform that action at this time.
0 commit comments