Skip to content

Commit 1be4d82

Browse files
committed
Changelog
1 parent 986de01 commit 1be4d82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
### `sea-query-derive` 0.4.1 - 2023-10-19
9+
10+
* Upgrade `syn` to `2`
11+
812
## 0.30.2 - 2023-09-23
913

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

Diff for: 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)