Prepare next releases #160
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 | 
			
		||||
 | 
			
		||||
# [unreleased]
 | 
			
		||||
 | 
			
		||||
# [v0.1.2] 2024-04-17
 | 
			
		||||
 | 
			
		||||
Allow `satrs-shared` from `v0.1.3` to `<v0.2`.
 | 
			
		||||
 | 
			
		||||
# [v0.1.1] 2024-02-17
 | 
			
		||||
 | 
			
		||||
- Bumped `spacepackets` to v0.10.0
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "satrs-mib"
 | 
			
		||||
version = "0.1.1"
 | 
			
		||||
version = "0.1.2"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
rust-version = "1.61"
 | 
			
		||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "satrs-mib-codegen"
 | 
			
		||||
version = "0.1.1"
 | 
			
		||||
version = "0.1.2"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
description = "satrs-mib proc macro implementation"
 | 
			
		||||
homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs"
 | 
			
		||||
@@ -28,7 +28,7 @@ features = ["full"]
 | 
			
		||||
trybuild = { version = "1", features = ["diff"] }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies.satrs-shared]
 | 
			
		||||
version = "0.1.3"
 | 
			
		||||
version = ">=0.1.3, <0.2"
 | 
			
		||||
 | 
			
		||||
[dev-dependencies.satrs-mib]
 | 
			
		||||
path = ".."
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 | 
			
		||||
 | 
			
		||||
# [unreleased]
 | 
			
		||||
 | 
			
		||||
- `spacepackets` v0.11.0
 | 
			
		||||
# [v0.2.0-rc.1] 2024-04-17
 | 
			
		||||
 | 
			
		||||
- `spacepackets` v0.11
 | 
			
		||||
 | 
			
		||||
## Added
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "satrs"
 | 
			
		||||
version = "0.2.0-rc.0"
 | 
			
		||||
version = "0.2.0-rc.1"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
rust-version = "1.61"
 | 
			
		||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
 | 
			
		||||
@@ -19,7 +19,7 @@ smallvec = "1"
 | 
			
		||||
crc = "3"
 | 
			
		||||
 | 
			
		||||
[dependencies.satrs-shared]
 | 
			
		||||
version = "0.1.3"
 | 
			
		||||
version = ">=0.1.3, <0.2"
 | 
			
		||||
 | 
			
		||||
[dependencies.num_enum]
 | 
			
		||||
version = ">0.5, <=0.7"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user