Skip to content

Commit 9f8ab98

Browse files
committed
Changelog
1 parent 92a60a6 commit 9f8ab98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919

2020
* Remove `ToTokens` for `PgInterval` https://github.com/SeaQL/sea-query/pull/710
2121

22+
### `sea-query-derive` 0.4.1 - 2023-10-19
23+
24+
* Upgrade `syn` to `2`
25+
2226
## 0.30.2 - 2023-09-23
2327

2428
+ [`sea-query-diesel`/`0.1.0`](https://crates.io/crates/sea-query-diesel/0.1.0)

sea-query-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sea-query-derive"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [ "Follpvosten <[email protected]>", "Rene Leveille <[email protected]>" ]
55
edition = "2021"
66
description = "Derive macro for sea-query's Iden trait"

0 commit comments

Comments
 (0)