Skip to content

Commit

Permalink
Prepare 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 11, 2022
1 parent 94ae8df commit f2794d6
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,12 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.0.2] 2022-10-xx

### Fixed

* Reverted a fix from the 2.0.1 release that breaks valid `INSERT … ON CONFLICT` queries

## [2.0.1] 2022-10-07

### Fixed
Expand Down Expand Up @@ -1968,3 +1974,4 @@ queries or set `PIPES_AS_CONCAT` manually.
[2.0.0 Rc1]: https://github.com/diesel-rs/diesel/compare/v.2.0.0-rc0...v2.0.0-rc1
[2.0.0]: https://github.com/diesel-rs/diesel/compare/v.1.4.0...v2.0.0
[2.0.1]: https://github.com/diesel-rs/diesel/compare/v.2.0.0...v2.0.1
[2.0.2]: https://github.com/diesel-rs/diesel/compare/v.2.0.1...v2.0.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.0.1"
version = "2.0.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

0 comments on commit f2794d6

Please sign in to comment.