File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## 0.30.2 - Pending
8
+ ## 0.30.2 - 2023-09-23
9
+
10
+ + [ ` sea-query-diesel ` /` 0.1.0 ` ] ( https://crates.io/crates/sea-query-diesel/0.1.0 )
9
11
10
12
### Bug Fixes
11
13
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rust-version = "1.60"
17
17
[lib ]
18
18
19
19
[dependencies ]
20
- sea-query = { version = " 0.31 " , path = " .." , default-features = false }
20
+ sea-query = { version = " 0.30 " , path = " .." , default-features = false }
21
21
diesel = { version = " 2.1.1" , features = [
22
22
" i-implement-a-third-party-backend-and-opt-into-breaking-changes" ,
23
23
] }
You can’t perform that action at this time.
0 commit comments