Skip to content

Commit 25e4e87

Browse files
committed
0.32.6
1 parent a6092ba commit 25e4e87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## 0.32.6 - 2025-05-27
9+
10+
### Enhancements
11+
12+
* impl From<Condition> and From<ConditionExpression> for SimpleExpr https://github.com/SeaQL/sea-query/pull/886
13+
814
## 0.32.5 - 2025-05-07
915

1016
### New features

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.32.5"
6+
version = "0.32.6"
77
authors = [
88
"Chris Tsang <[email protected]>",
99
"Billy Chan <[email protected]>",

0 commit comments

Comments
 (0)