Skip to content

Commit

Permalink
Preapare a diesel 2.1.6 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Apr 19, 2024
1 parent 2dc6cc1 commit 26c6be4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions 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.1.6] 2024-04-19

* Fix using `BoxableExpression` with having clauses
* Fix using numeric expressions with aliased fields
* Minor documentation fixes

## [2.1.5] 2024-03-15

* Fix `impl SqlOrd` postgres > postgres_backend feature flag.
Expand Down Expand Up @@ -2074,3 +2080,4 @@ queries or set `PIPES_AS_CONCAT` manually.
[2.1.3]: https://github.com/diesel-rs/diesel/compare/v.2.1.2...v2.1.3
[2.1.4]: https://github.com/diesel-rs/diesel/compare/v.2.1.3...v2.1.4
[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 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.1.5"
version = "2.1.6"
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions diesel_compile_tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions diesel_derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "diesel_derives"
version = "2.1.3"
version = "2.1.4"
license = "MIT OR Apache-2.0"
description = "You should not use this crate directly, it is internal to Diesel."
documentation = "https://diesel.rs/guides/"
homepage = "https://diesel.rs"
repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
autotests = false
include = ["src/**/*", "LICENSE-*"]
include = ["src/**/*", "LICENSE-*", "tests/**"]
rust-version = "1.65.0"
edition = "2021"

Expand Down

0 comments on commit 26c6be4

Please sign in to comment.