summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml6
-rw-r--r--README.md4
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
diff --git a/Cargo.toml b/Cargo.toml
index 3ddac61..8d92aa4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index 6754254..14e9c21 100644
--- a/README.md
+++ b/README.md
@@ -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