This commit is contained in:
Chris Tsang 2023-12-04 11:20:40 +00:00
parent 2eb3d8e465
commit e4c31da34f
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 <chris.2y3@outlook.com>"]
edition = "2021"
description = "🐚 An async & dynamic ORM for Rust"