From a8f1da4117a6e81e27bd6f47521342435c06cc02 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 17 Feb 2024 12:48:06 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 "]