Skip to content

Commit

Permalink
Merge pull request #21 from ratnaraj7/release-plz-2024-08-21T07-45-37Z
Browse files Browse the repository at this point in the history
chore: release v0.2.0
  • Loading branch information
ratnaraj7 authored Aug 21, 2024
2 parents f2cf26b + e0672ed commit 37db834
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
12 changes: 12 additions & 0 deletions better-routes-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Added
- [**breaking**] use path of struct instead of struct

### Fixed
- add error for #[method_helper] with args
- make diff method handlers pub

### Other
- check reserve methods

## [0.1.1](https://github.com/ratnaraj7/better-routes/compare/better-routes-macros-v0.1.0...better-routes-macros-v0.1.1) - 2024-07-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion better-routes-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "better-routes-macros"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
description = "Macros for better-routes"
license = "MIT"
Expand Down
11 changes: 11 additions & 0 deletions better-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.4...better-routes-v0.2.0) - 2024-08-21

### Added
- [**breaking**] use path of struct instead of struct

### Other
- Update README.md
- move dev-deps to deps
- update example
- update tests

## [0.1.4](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.3...better-routes-v0.1.4) - 2024-07-31

### Other
Expand Down
4 changes: 2 additions & 2 deletions better-routes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "better-routes"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
description = "A powerful Rust library designed for generating type-safe and maintainable Axum routers."
license = "MIT"
Expand All @@ -12,7 +12,7 @@ categories = ["development-tools"]
axum = "0.7.5"
serde = { version = "1.0.204", features = ["derive"] }
axum-extra = { version = "0.9.3", features = ["typed-routing"] }
better-routes-macros = { version = "0.1.1", path = "../better-routes-macros" }
better-routes-macros = { version = "0.2.0", path = "../better-routes-macros" }

[dev-dependencies]
trybuild = "1.0.98"
Expand Down

0 comments on commit 37db834

Please sign in to comment.