v0.4.0 preparation
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-01-09 11:21:07 +01:00
parent 5c222735d4
commit da695e4705
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.4.0] 09.01.2023
## Fixed ## Fixed
- Remove `Default` derive on CDS time provider. This can lead to uninitialized preamble fields. - Remove `Default` derive on CDS time provider. This can lead to uninitialized preamble fields.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "spacepackets" name = "spacepackets"
version = "0.3.1" version = "0.4.0"
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]