Skip to content

Commit

Permalink
Prepare a diesel 2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jul 16, 2024
1 parent 2653a27 commit 8bd2743
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,9 +10,14 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

### Added
## [2.2.2] 2024-07-19

### Fixed

* Support for libsqlite3-sys 0.29.0
* Fixed a potential panic in the sqlite cursor implementation
* Fixed support for rust numeric operators with columns of the type `Numeric`
* Removed the `SerializedDatabase::new` function due to unsoundness

## [2.2.1] 2024-06-12

Expand Down Expand Up @@ -2120,3 +2125,5 @@ queries or set `PIPES_AS_CONCAT` manually.
[2.1.5]: https://github.com/diesel-rs/diesel/compare/v.2.1.4...v2.1.5
[2.1.6]: https://github.com/diesel-rs/diesel/compare/v.2.1.5...v2.1.6
[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 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.1"
version = "2.2.2"
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_derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_derives"
version = "2.2.1"
version = "2.2.2"
license = "MIT OR Apache-2.0"
description = "You should not use this crate directly, it is internal to Diesel."
documentation = "https://diesel.rs/guides/"
Expand Down

0 comments on commit 8bd2743

Please sign in to comment.