Skip to content

Commit

Permalink
chore: release v0.6.20 (#515)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.6.19 -> 0.6.20 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.20](roadster-v0.6.19...roadster-v0.6.20)
- 2024-11-17

### Added

- Enable converting `roadster::Error` to `sidekiq::Error`
([#514](#514))

### Other

- Use `MockProvideRef<DatabaseConnection>` in an example test
([#513](#513))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 17, 2024
1 parent 4e91186 commit 4f2f9ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.20](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.19...roadster-v0.6.20) - 2024-11-17

### Added

- Enable converting `roadster::Error` to `sidekiq::Error` ([#514](https://github.com/roadster-rs/roadster/pull/514))

### Other

- Use `MockProvideRef<DatabaseConnection>` in an example test ([#513](https://github.com/roadster-rs/roadster/pull/513))

## [0.6.19](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.18...roadster-v0.6.19) - 2024-11-16

### 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.19"
version = "0.6.20"
edition = "2021"
publish = true
description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."
Expand Down

0 comments on commit 4f2f9ff

Please sign in to comment.