From ed1dfcc7a90c3d317adb8c9da5d04232ad5ebfe5 Mon Sep 17 00:00:00 2001 From: Muntasir Mahmud Date: Mon, 2 Jun 2025 20:45:08 +0600 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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]