Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-cluml authored Nov 19, 2024
1 parent 2b008be commit fee9a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ file 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.24.0] - 2024-11-19

### Added

Expand Down Expand Up @@ -732,7 +732,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- An initial version.

[Unreleased]: https://github.com/aicers/review-web/compare/0.23.0...main
[0.24.0]: https://github.com/aicers/review-web/compare/0.23.0...0.24.0
[0.23.0]: https://github.com/aicers/review-web/compare/0.22.0...0.23.0
[0.22.0]: https://github.com/aicers/review-web/compare/0.21.0...0.22.0
[0.21.0]: https://github.com/aicers/review-web/compare/0.20.0...0.21.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "review-web"
version = "0.23.0"
version = "0.24.0"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -38,7 +38,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = "0.26"
strum_macros = "0.26"
thiserror = "1"
thiserror = "2"
tokio = "1"
tower-http = { version = "0.6", features = ["fs", "trace"] }
tracing = "0.1"
Expand Down

0 comments on commit fee9a08

Please sign in to comment.