From 1be4d828e9e32b8e7b1fd5e8c7e2d9986ea25505 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 19 Oct 2023 19:45:13 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ sea-query-derive/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0256c3d..698bb5e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### `sea-query-derive` 0.4.1 - 2023-10-19 + +* Upgrade `syn` to `2` + ## 0.30.2 - 2023-09-23 + [`sea-query-diesel`/`0.1.0`](https://crates.io/crates/sea-query-diesel/0.1.0) diff --git a/sea-query-derive/Cargo.toml b/sea-query-derive/Cargo.toml index b301d55d7..10d3d2eee 100644 --- a/sea-query-derive/Cargo.toml +++ b/sea-query-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-query-derive" -version = "0.4.0" +version = "0.4.1" authors = [ "Follpvosten ", "Rene Leveille " ] edition = "2021" description = "Derive macro for sea-query's Iden trait"