diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index 4418e68..cc788fa 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.1.1] 2024-02-12 + +- Minor fixes for crate config `homepage` entries and links in documentation. + # [v0.1.0] 2024-02-12 Initial release. diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index cdf7e24..b7501cc 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "]