Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalMullan committed Sep 11, 2024
1 parent 798711f commit 1efe886
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

...

## [0.4.0] - 2024-09-11

### Added

- Optional trailing slashes are now supported.

### Fixed

- Route error messages are now correctly indented.

## [0.3.0] - 2024-09-11

### Added
Expand Down Expand Up @@ -59,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation of `wayfind`.

[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.3.0...HEAD
[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/DuskSystems/wayfind/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/DuskSystems/wayfind/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/DuskSystems/wayfind/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/DuskSystems/wayfind/compare/v0.1.0...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = [".", "examples/*", "fuzz"]

[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["Cathal Mullan <[email protected]>"]
edition = "2021"
rust-version = "1.66"
Expand Down

0 comments on commit 1efe886

Please sign in to comment.