prepare new beta version #48

Merged
muellerr merged 2 commits from prep_v0.7.0-beta.3 into main 2023-12-06 20:02:28 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3c72328466 - Show all commits

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.7.0-beta.3] 2023-12-06
## Added
- Add `WritablePduPacket` trait which is a common trait of all CFDP PDU implementations.

View File

@ -1,6 +1,6 @@
[package]
name = "spacepackets"
version = "0.7.0-beta.2"
version = "0.7.0-beta.3"
edition = "2021"
rust-version = "1.61"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]