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/).
8
8
9
9
# [ unreleased]
10
10
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
+
11
18
## Fixed
12
19
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 )
14
22
15
23
# [ v0.28.0] 2025-02-10
16
24
@@ -593,3 +601,7 @@ Refactored `logging` module usage to be more pythonic.
593
601
594
602
- Applied formatting with the ` black ` Python formatter
595
603
- 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"
6
6
name = " spacepackets"
7
7
description = " Various CCSDS and ECSS packet implementations"
8
8
readme = " README.md"
9
- version = " 0.28 .0"
9
+ version = " 0.29 .0"
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