diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61db9ec..547b208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This is the changelog of Pollex. See `"README.md"` for more information. +## 0.5.1 + +* Update package metadata + ## 0.5.0 * Document `assert_or_err` @@ -1,12 +1,12 @@ [package] name = "pollex" -version = "0.5.0" +version = "0.5.1" authors = ["Gabriel Bjørnager Jensen"] edition = "2021" description = "Arm instruction manipulator." documentation = "https://docs.rs/pollex/" readme = "README.md" -homepage = "https://crates.io/crates/pollex" +homepage = "https://achernar.dk/html/pollex.html" repository = "https://mandelbrot.dk/pollex" license = "AGPL-3.0-or-later" |