Skip to content

Commit

Permalink
0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 12, 2023
1 parent b80f14e commit a412579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.29.1 - Pending
## 0.29.1 - 2023-07-13

* Added `PgBinOper::Overlap` for Postgres operators https://github.com/SeaQL/sea-query/pull/653

## 0.29.0 - 2023-07-12

+ 2023-03-22: `0.29.0-rc.1`
+ `0.29.0-rc.1`: 2023-03-22
+ `0.29.0`: Yanked

### New Features

Expand All @@ -31,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Added `GLOB` operator for Sqlite https://github.com/SeaQL/sea-query/pull/651/
* Added `CREATE or DROP EXTENSION` statements for Postgres https://github.com/SeaQL/sea-query/pull/616
* Added a feature flag `hashable-value`, which will `impl Hash for Value`; when enabled, `Value::Float(NaN) == Value::Float(NaN)` would be true https://github.com/SeaQL/sea-query/pull/598
* Added `PgBinOper::Overlap` for Postgres operators https://github.com/SeaQL/sea-query/pull/653

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"]

[package]
name = "sea-query"
version = "0.29.0"
version = "0.29.1"
authors = [
"Chris Tsang <[email protected]>",
"Billy Chan <[email protected]>",
Expand Down

0 comments on commit a412579

Please sign in to comment.