diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Cargo.toml | 6 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d7135ca..6573e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This is the changelog of Pollex. See `"README.md"` for more information. +## 0.1.1 + +* Set documentation link +* Update homepage +* Update readme + ## 0.1.0 * Bump minor @@ -1,12 +1,12 @@ [package] name = "pollex" -version = "0.1.0" +version = "0.1.1" authors = ["Gabriel Bjørnager Jensen"] edition = "2021" description = "Arms and thumbs." -#documentation = "https://docs.rs/pollex" +documentation = "https://docs.rs/pollex/" readme = "README.md" -homepage = "https://mandelbrot.dk/pollex" +homepage = "https://crates.io/crates/pollex" repository = "https://mandelbrot.dk/pollex" license = "AGPL-3.0-or-later" @@ -1,6 +1,8 @@ # About -[Pollex](https://mandelbrot.dk/pollex) is a Rust-written library for manipulating instructions of Arm ISAs. +[Pollex](https://crates.io/crates/pollex/) is a Rust-written library for manipulating instructions of Arm ISAs. + +See [Docs.rs](https://docs.rs/pollex/) for documentation. ## Copyright & Licensing |