Skip to content

Commit

Permalink
Prepare a 2.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 3, 2024
1 parent 46ede3f commit 291e66d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.2.4] 2024-09-3

### Fixed

* Fix an issue where empty queries could trigger undefined behaviour in the sqlite backend

## [2.2.3] 2024-08-23

### Fixed
Expand Down Expand Up @@ -2136,4 +2142,5 @@ queries or set `PIPES_AS_CONCAT` manually.
[2.2.0]: https://github.com/diesel-rs/diesel/compare/v.2.1.0...v2.2.0
[2.2.1]: https://github.com/diesel-rs/diesel/compare/v.2.2.0...v2.2.1
[2.2.2]: https://github.com/diesel-rs/diesel/compare/v.2.2.1...v2.2.2
[2.2.2]: https://github.com/diesel-rs/diesel/compare/v.2.2.2...v2.2.3
[2.2.3]: https://github.com/diesel-rs/diesel/compare/v.2.2.2...v2.2.3
[2.2.4]: https://github.com/diesel-rs/diesel/compare/v.2.2.3...v2.2.4
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel"
version = "2.2.3"
version = "2.2.4"
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_cli"
version = "2.2.3"
version = "2.2.4"
license = "MIT OR Apache-2.0"
description = "Provides the CLI for the Diesel crate"
readme = "README.md"
Expand Down

0 comments on commit 291e66d

Please sign in to comment.