From 2704c589be19511efa77287374a5b9209300907a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 6 Jul 2023 01:26:53 +0200 Subject: [PATCH] prep v0.6.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- release_checklist.md => release-checklist.md | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename release_checklist.md => release-checklist.md (100%) 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