Skip to content

Commit

Permalink
chore: release v0.5.9 (#288)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.5.8 -> 0.5.9

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

<blockquote>

##
[0.5.9](roadster-v0.5.8...roadster-v0.5.9)
- 2024-07-24

### Added
- Auto-update timestamp columns
([#287](#287))
- Add SeaORM migrations and utils to create `user` table
([#284](#284))

### Other
- Disallow `unwrap` and `expect` except in tests
([#286](#286))
</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 Jul 24, 2024
1 parent 9e1ee56 commit d1cc47a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.9](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.8...roadster-v0.5.9) - 2024-07-24

### Added
- Auto-update timestamp columns ([#287](https://github.com/roadster-rs/roadster/pull/287))
- Add SeaORM migrations and utils to create `user` table ([#284](https://github.com/roadster-rs/roadster/pull/284))

### Other
- Disallow `unwrap` and `expect` except in tests ([#286](https://github.com/roadster-rs/roadster/pull/286))

## [0.5.8](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.7...roadster-v0.5.8) - 2024-07-22

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

0 comments on commit d1cc47a

Please sign in to comment.