From f15af9f405e9c1906c6868a1fdd35c7f3bbda0af Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 1 Jan 2024 15:46:43 +0000 Subject: [PATCH] 0.30.6 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36afcfb0..cabd2ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## Main Branch +## 0.30.6 - 2024-01-01 ### House keeping diff --git a/Cargo.toml b/Cargo.toml index 5c7b8e9c..7642b218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"] [package] name = "sea-query" -version = "0.30.5" +version = "0.30.6" authors = [ "Chris Tsang ", "Billy Chan ",