Skip to content

Commit

Permalink
Merge pull request #67 from us-irs/prep_v0.22.0
Browse files Browse the repository at this point in the history
prepare next release
  • Loading branch information
robamu authored Dec 22, 2023
2 parents 5bb4970 + f409595 commit f514035
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.22.0] 2023-12-22

## Changed

- Extended `AbstractSpacePacket` with the following abstract properties:
Expand All @@ -23,6 +25,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Metadata PDU typing correction.
- More robust `__eq__` implementations which check the type compared against.
- Some minor typing corrections.

## Added

- The `PusTelecommand` class now implements `AbstractSpacePacket`.

# [v0.21.0] 2023-11-10

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.21.0"
version = "0.22.0"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit f514035

Please sign in to comment.