Skip to content

Commit

Permalink
Bump version to 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
syncpark committed Oct 19, 2023
1 parent c5a3b82 commit ddd4160
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.14.4] - 2023-10-19

### Added

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

### Changed

- Updated review-database to 0.18.0.
- Updated review-database to 0.20.0.

### Fix

Expand Down Expand Up @@ -307,7 +307,7 @@ across our system.

- An initial version.

[Unreleased]: https://github.com/aicers/review-web/compare/0.14.3...main
[0.14.4]: https://github.com/aicers/review-web/compare/0.14.3...0.14.4
[0.14.3]: https://github.com/aicers/review-web/compare/0.14.2...0.14.3
[0.14.2]: https://github.com/aicers/review-web/compare/0.14.1...0.14.2
[0.14.1]: https://github.com/aicers/review-web/compare/0.14.0...0.14.1
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.14.4-alpha.1"
version = "0.14.4"
edition = "2021"

[dependencies]
Expand All @@ -18,7 +18,7 @@ futures-util = "0.3"
http = "0.2"
ip2location = "0.4.2"
ipnet = { version = "2", features = ["serde"] }
jsonwebtoken = "8"
jsonwebtoken = "9"
lazy_static = "1"
num-traits = "0.2"
oinq = { git = "https://github.com/petabi/oinq.git", tag = "0.9.1" }
Expand Down

0 comments on commit ddd4160

Please sign in to comment.