Skip to content

Commit

Permalink
prep v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 8, 2024
1 parent 2d7ccc0 commit 2dfb66b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 2dfb66b

Please sign in to comment.