diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index b4f1381..513a454 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.2.0-rc.3] 2024-04-17 + +docs-rs hotfix 2 + # [v0.2.0-rc.2] 2024-04-17 docs-rs hotfix diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 5358fc3..b708d91 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs" -version = "0.2.0-rc.2" +version = "0.2.0-rc.3" edition = "2021" rust-version = "1.71.1" authors = ["Robin Mueller "]