Skip to content

Commit

Permalink
chore: release v0.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 24, 2024
1 parent 002d4bc commit 08ff7d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.23](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.22...roadster-v0.6.23) - 2024-12-24

### Added

- Enable redacting timestamps from `insta` snapshots (#532)
- Add `AppWorker#enqueue_delayed` (#531)

## [0.6.22](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.21...roadster-v0.6.22) - 2024-12-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roadster"
version = "0.6.22"
version = "0.6.23"
edition = "2021"
publish = true
description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."
Expand Down

0 comments on commit 08ff7d4

Please sign in to comment.