# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.4](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.3.3...better-routes-v0.3.4) - 2024-10-03 ### Other - update test - update test - update axum - update tower - change category ## [0.3.3](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.3.2...better-routes-v0.3.3) - 2024-08-29 ### Fixed - move dependencies to dev-dependencies ### Other - Merge branch 'main' into dev ## [0.3.2](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.3.1...better-routes-v0.3.2) - 2024-08-28 ### Other - update import order and fix formatting issues - add invalid path test - remove unnecessary test ## [0.3.1](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.3.0...better-routes-v0.3.1) - 2024-08-26 ### Other - Update README.md ## [0.3.0](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.2.0...better-routes-v0.3.0) - 2024-08-26 ### Other - Update README.md - update docs - update test ## [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 - add keywords and categories - change description - Update README.md - Update README.md ## [0.1.3](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.2...better-routes-v0.1.3) - 2024-07-30 ### Other - Merge branch 'main' into dev - Update README.md - add serving logic - remove unnecessary imports ## [0.1.2](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.1...better-routes-v0.1.2) - 2024-07-30 ### Other - add usage examples and detailed comments - Update README.md ## [0.1.1](https://github.com/ratnaraj7/better-routes/compare/better-routes-v0.1.0...better-routes-v0.1.1) - 2024-07-30 ### Other - add repo - release ## [0.1.0](https://github.com/ratnaraj7/better-routes/releases/tag/better-routes-v0.1.0) - 2024-07-30 ### Other - Update README.md - add licenses - add tests - rexport macros - add deps - remove default fn - add desc and license - add readmes - initial commit