Skip to content

Commit

Permalink
Merge branch 'main' into gh-245-health-check-custom-config
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Jun 23, 2024
2 parents bdee9c6 + d4014a5 commit 6a0530d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.3...roadster-v0.3.4) - 2024-06-23

### Added
- Add health checks to run before starting services ([#242](https://github.com/roadster-rs/roadster/pull/242))
- Add `From` impl to convert db config to ConnectOptions ([#240](https://github.com/roadster-rs/roadster/pull/240))
- Move sidekiq "stale cleanup" to new `before_run` service method ([#239](https://github.com/roadster-rs/roadster/pull/239))

### Other
- Add dependabot config to update github actions weekly ([#243](https://github.com/roadster-rs/roadster/pull/243))
- Update READMEs to use `__` as the env var separator instead of `.`
- Update list of UI frameworks in readme
- Set up `cargo deny`

## [0.3.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.2...roadster-v0.3.3) - 2024-06-21

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

0 comments on commit 6a0530d

Please sign in to comment.