diff --git a/CHANGELOG.md b/CHANGELOG.md index 28eadcb..65ffe6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.10.0] 2024-02-17 + ## Added - Added `value` and `to_vec` methods for the `UnsignedEnum` trait. The value is returned as diff --git a/Cargo.toml b/Cargo.toml index 108e3d5..cb5f35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.9.0" +version = "0.10.0" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]