From e4c31da34f3d87fa580d9313a749e9289db53791 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 4 Dec 2023 11:20:40 +0000 Subject: [PATCH 1/2] 0.12.8 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21b1bffa..596d12c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.12.8 - 2023-12-04 + +### Enhancements + +* Implement `StatementBuilder` for `sea_query::WithQuery` https://github.com/SeaQL/sea-orm/pull/1960 ### Upgrades diff --git a/Cargo.toml b/Cargo.toml index 7b44c2695..c0326da84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] [package] name = "sea-orm" -version = "0.12.7" +version = "0.12.8" authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust" From d763ec08c8bb81518964efad539377511b19e42d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 4 Dec 2023 11:27:23 +0000 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 596d12c09..7c1f655b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Enhancements -* Implement `StatementBuilder` for `sea_query::WithQuery` https://github.com/SeaQL/sea-orm/pull/1960 +* Implement `StatementBuilder` for `sea_query::WithQuery` https://github.com/SeaQL/sea-orm/issues/1960 ### Upgrades -* Upgrade `axum` example to `0.7` +* Upgrade `axum` example to `0.7` https://github.com/SeaQL/sea-orm/pull/1984 ## 0.12.7 - 2023-11-22