diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d64cc0..50d6826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.7.0] 2024-02-01 + # [v0.7.0-beta.4] 2024-01-23 ## Fixed diff --git a/Cargo.toml b/Cargo.toml index 6078feb..af6a67c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.7.0-beta.4" +version = "0.7.0" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] @@ -53,4 +53,4 @@ alloc = ["postcard/alloc", "chrono/alloc"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] +rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]