From 2dfb66bde70a2c15a01b294e50bd3a278280d9b1 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 8 Nov 2024 15:53:28 +0100 Subject: [PATCH] prep v0.13.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d7729..3da9434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Bump `zerocopy` to v0.8.0 - Bump `thiserror` to v2.0.0 +## Changed + +- Migrated all Error implementations to thiserror, improved some naming and error handling in + general + # [v0.12.0] 2024-09-10 - Bumped MSRV to 1.70.0 diff --git a/Cargo.toml b/Cargo.toml index 3058346..a05162e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.12.0" +version = "0.13.0" edition = "2021" rust-version = "1.81.0" authors = ["Robin Mueller "]