0.12.8
This commit is contained in:
parent
2eb3d8e465
commit
e4c31da34f
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user