diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e50c8b9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.0.1](https://github.com/MuntasirSZN/rou3-rs/compare/v1.0.0...v1.0.1) (2025-06-02) + + +### Bug Fixes + +* readme ([de8c521](https://github.com/MuntasirSZN/rou3-rs/commit/de8c52107a3389c3081c4baa3819ca4861cc6410)) +* readme again ([ebe501f](https://github.com/MuntasirSZN/rou3-rs/commit/ebe501f6786cecca0d5c795f1d0c67e6f4d49f3b)) diff --git a/Cargo.lock b/Cargo.lock index 8451ed0..3085a04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2514,7 +2514,7 @@ dependencies = [ [[package]] name = "rou3" -version = "0.1.0" +version = "1.0.1" dependencies = [ "actix-router", "ahash", diff --git a/Cargo.toml b/Cargo.toml index 9c475df..5158dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rou3" -version = "1.0.0" +version = "1.0.1" edition = "2024" [dependencies]