diff --git a/CHANGELOG.md b/CHANGELOG.md index 593ef10..4c59938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.6.0] 2023-07-06 + ## Added - Added new `util` module which contains the following (new) helper modules: diff --git a/Cargo.toml b/Cargo.toml index 214afe0..fc3d1c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.5.4" +version = "0.6.0" edition = "2021" rust-version = "1.60" authors = ["Robin Mueller "] diff --git a/release_checklist.md b/release-checklist.md similarity index 100% rename from release_checklist.md rename to release-checklist.md