-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
201dc0d
commit 41b4997
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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.5.4](https://github.com/jbr/routefinder/compare/v0.5.3...v0.5.4) - 2024-02-01 | ||
|
||
### Added | ||
- make memchr optional | ||
|
||
### Other | ||
- use memchr | ||
- *(actions)* use release-plz | ||
- *(actions)* use new docs workflow | ||
- The lower bound is 0 | ||
- Bump Swatinem/rust-cache from 2.7.2 to 2.7.3 | ||
- Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 | ||
- Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 | ||
- Bump Swatinem/rust-cache from 2.5.0 to 2.7.0 | ||
- Show wildcard usage in example | ||
- Bump Swatinem/rust-cache from 2.4.0 to 2.5.0 | ||
- Update criterion requirement from 0.4.0 to 0.5.0 | ||
- Bump Swatinem/rust-cache from 2.3.0 to 2.4.0 | ||
- Bump Swatinem/rust-cache from 2.2.1 to 2.3.0 | ||
- Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "routefinder" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["Jacob Rothstein <[email protected]>"] | ||
edition = "2018" | ||
description = "router" | ||
|