Skip to content

Commit 26c6be4

Browse files
committed
Preapare a diesel 2.1.6 patch release
1 parent 2dc6cc1 commit 26c6be4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Increasing the minimal supported Rust version will always be coupled at least wi
1010

1111
## Unreleased
1212

13+
## [2.1.6] 2024-04-19
14+
15+
* Fix using `BoxableExpression` with having clauses
16+
* Fix using numeric expressions with aliased fields
17+
* Minor documentation fixes
18+
1319
## [2.1.5] 2024-03-15
1420

1521
* Fix `impl SqlOrd` postgres > postgres_backend feature flag.
@@ -2074,3 +2080,4 @@ queries or set `PIPES_AS_CONCAT` manually.
20742080
[2.1.3]: https://github.com/diesel-rs/diesel/compare/v.2.1.2...v2.1.3
20752081
[2.1.4]: https://github.com/diesel-rs/diesel/compare/v.2.1.3...v2.1.4
20762082
[2.1.5]: https://github.com/diesel-rs/diesel/compare/v.2.1.4...v2.1.5
2083+
[2.1.6]: https://github.com/diesel-rs/diesel/compare/v.2.1.5...v2.1.6

diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel"
3-
version = "2.1.5"
3+
version = "2.1.6"
44
license = "MIT OR Apache-2.0"
55
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
66
readme = "README.md"

diesel_compile_tests/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

diesel_derives/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "diesel_derives"
3-
version = "2.1.3"
3+
version = "2.1.4"
44
license = "MIT OR Apache-2.0"
55
description = "You should not use this crate directly, it is internal to Diesel."
66
documentation = "https://diesel.rs/guides/"
77
homepage = "https://diesel.rs"
88
repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
99
autotests = false
10-
include = ["src/**/*", "LICENSE-*"]
10+
include = ["src/**/*", "LICENSE-*", "tests/**"]
1111
rust-version = "1.65.0"
1212
edition = "2021"
1313

0 commit comments

Comments
 (0)