Skip to content

Commit 30e0989

Browse files
committed
0.30.5
1 parent 7b56689 commit 30e0989

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Main Branch
8+
## 0.30.5 - 2023-12-14
99

1010
### New Features
1111

1212
* Added feature flag `option-more-parentheses` to have more parentheses in expressions https://github.com/SeaQL/sea-query/pull/723
1313
* Added feature flag `option-sqlite-exact-column-type` to only use `integer` for SQLite
14+
* Support `COUNT(DISTINCT "column")` https://github.com/SeaQL/sea-query/pull/700
15+
* Support index hints for MySQL (via `extension::mysql::MySqlSelectStatementExt`) https://github.com/SeaQL/sea-query/pull/636
16+
* Support expressions for `ON CONFLICT` targets https://github.com/SeaQL/sea-query/pull/692
1417

1518
### Enhancements
1619

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "sea-query-derive"]
33

44
[package]
55
name = "sea-query"
6-
version = "0.30.4"
6+
version = "0.30.5"
77
authors = [
88
"Chris Tsang <[email protected]>",
99
"Billy Chan <[email protected]>",

0 commit comments

Comments
 (0)