Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and jbr committed Feb 1, 2024
1 parent 201dc0d commit 41b4997
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Cargo.toml
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"
Expand Down

0 comments on commit 41b4997

Please sign in to comment.