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 "]