diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1b3da..317f782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.1.1] 2025-11-28 + +Minor `Cargo.toml` tweaks + # [v0.1.0] 2025-11-28 Initial release. -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.1...HEAD +[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.0...v0.1.1 [v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 23f4443..92f8120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "axi-uartlite" -version = "0.1.0" +version = "0.1.1" description = "LogiCORE AXI UART Lite v2.0 driver" author = ["Robin Mueller "] rust-version = "1.85.1" edition = "2024" +homepage = "https://egit.irs.uni-stuttgart.de/rust/axi-uartlite" +repository = "https://egit.irs.uni-stuttgart.de/rust/axi-uartlite" license = "MIT OR Apache-2.0" [dependencies]