Skip to content

Commit

Permalink
Prepare a 2.1.3 release to fix another breaking change in `DISTINCT O…
Browse files Browse the repository at this point in the history
…N`/`ORDER BY`
  • Loading branch information
weiznich committed Sep 29, 2023
1 parent 935cfbc commit 6811931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.1.3] 2023-10-xx

* Increased accidently decreased limit around element count in `DISTINCT ON` and `ORDER BY` clauses again as that broke existing code

## [2.1.2] 2023-09-25

## Fixed
Expand Down
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.2"
version = "2.1.3"
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
readme = "README.md"
Expand Down

0 comments on commit 6811931

Please sign in to comment.