Skip to content

Commit 6cbc212

Browse files
committed
v0.8.1
1 parent 8d1eb75 commit 6cbc212

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
...
11+
12+
## [0.8.1] - 2025-01-07
13+
1014
### Fixed
1115

1216
- Remove required lifetime from router.
@@ -143,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143147

144148
- Initial implementation of `wayfind`.
145149

146-
[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.8.0...HEAD
150+
[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.8.1...HEAD
151+
[0.8.1]: https://github.com/DuskSystems/wayfind/compare/v0.8.0...v0.8.1
147152
[0.8.0]: https://github.com/DuskSystems/wayfind/compare/v0.7.0...v0.8.0
148153
[0.7.0]: https://github.com/DuskSystems/wayfind/compare/v0.6.0...v0.7.0
149154
[0.6.0]: https://github.com/DuskSystems/wayfind/compare/v0.5.0...v0.6.0

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include = [
2929
"/README.md",
3030
]
3131

32-
version = "0.8.0"
32+
version = "0.8.1"
3333
authors = ["Cathal Mullan <[email protected]>"]
3434
edition = "2021"
3535
# https://packages.debian.org/stable/rust/rustc

examples/oci/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Example of using `wayfind` as an OCI registry."
55
rust-version = "1.83"
66
publish = false
77

8-
version = "0.8.0"
8+
version = "0.8.1"
99
authors = ["Cathal Mullan <[email protected]>"]
1010
edition = "2021"
1111
repository = "https://github.com/DuskSystems/wayfind"

fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayfind-fuzz"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
publish = false
55
edition = "2021"
66

0 commit comments

Comments
 (0)