File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.3.0] ( https://github.com/ratnaraj7/better-routes/compare/better-routes-macros-v0.2.0...better-routes-macros-v0.3.0 ) - 2024-08-26
10+
11+ ### Added
12+ - [ ** breaking** ] use ` SecondElementIs ` to verify method.
13+
14+ ### Fixed
15+ - [ ** breaking** ] remove unnecessary ` #[method_helper] `
16+
17+ ### Other
18+ - remove method_helper
19+
920## [ 0.2.0] ( https://github.com/ratnaraj7/better-routes/compare/better-routes-macros-v0.1.1...better-routes-macros-v0.2.0 ) - 2024-08-21
1021
1122### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " better-routes-macros"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55description = " Macros for better-routes"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.3.0] ( https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.2.0...better-routes-v0.3.0 ) - 2024-08-26
10+
11+ ### Other
12+ - Update README.md
13+ - update docs
14+ - update test
15+
916## [ 0.2.0] ( https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.4...better-routes-v0.2.0 ) - 2024-08-21
1017
1118### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " better-routes"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55description = " A powerful Rust library designed for generating type-safe and maintainable Axum routers."
66license = " MIT"
@@ -12,7 +12,7 @@ categories = ["development-tools"]
1212axum = " 0.7.5"
1313serde = { version = " 1.0.204" , features = [" derive" ] }
1414axum-extra = { version = " 0.9.3" , features = [" typed-routing" ] }
15- better-routes-macros = { version = " 0.2 .0" , path = " ../better-routes-macros" }
15+ better-routes-macros = { version = " 0.3 .0" , path = " ../better-routes-macros" }
1616
1717[dev-dependencies ]
1818trybuild = " 1.0.98"
You can’t perform that action at this time.
0 commit comments