Corrections for docs and links #117

Merged
muellerr merged 4 commits from links-and-docs-corrections into main 2024-02-12 17:56:28 +01:00
9 changed files with 31 additions and 25 deletions
Showing only changes of commit 24f82d4c5e - Show all commits

View File

@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.1.1] 2024-02-12
- Minor fixes for crate config `homepage` entries and links in documentation.
# [v0.1.0] 2024-02-12 # [v0.1.0] 2024-02-12
Initial release. Initial release.

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "satrs" name = "satrs"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
rust-version = "1.61" rust-version = "1.61"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]