Skip to content

Commit

Permalink
Prepare a 2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jan 18, 2023
1 parent bb2e50c commit d9d1f4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.0.3] 2023-01-18

## Fixed

* Fixed a bug with our transaction manager implementation that caused by marking transactions as broken which could be recovered.
* Fixed an issue with the combination of `BoxableExpression` and order clauses

## [2.0.2] 2022-10-11

### 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.0.2"
version = "2.0.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 d9d1f4e

Please sign in to comment.