Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalMullan committed Jan 7, 2025
1 parent c30673d commit 4e48086
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

...

## [v0.8.0]

### Changed

- The router no longer performs percent-decoding.
Expand Down Expand Up @@ -137,7 +141,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.7.0...HEAD
[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/DuskSystems/wayfind/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/DuskSystems/wayfind/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/DuskSystems/wayfind/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/DuskSystems/wayfind/compare/v0.4.0...v0.5.0
Expand Down
6 changes: 3 additions & 3 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 @@ -29,7 +29,7 @@ include = [
"/README.md",
]

version = "0.7.0"
version = "0.8.0"
authors = ["Cathal Mullan <[email protected]>"]
edition = "2021"
# https://packages.debian.org/stable/rust/rustc
Expand Down
2 changes: 1 addition & 1 deletion examples/oci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Example of using `wayfind` as an OCI registry."
rust-version = "1.83"
publish = false

version = "0.7.0"
version = "0.8.0"
authors = ["Cathal Mullan <[email protected]>"]
edition = "2021"
repository = "https://github.com/DuskSystems/wayfind"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayfind-fuzz"
version = "0.0.0"
version = "0.8.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit 4e48086

Please sign in to comment.