0.12.7
This commit is contained in:
parent
d471c4e022
commit
f87c6329d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
target
|
||||
firedbg
|
||||
Cargo.lock
|
||||
*.sublime*
|
||||
.vscode
|
||||
|
@ -5,6 +5,12 @@ 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/).
|
||||
|
||||
## 0.12.7 - 2023-11-22
|
||||
|
||||
### Enhancements
|
||||
|
||||
* Added method `expr_as_` that accepts `self` https://github.com/SeaQL/sea-orm/pull/1979
|
||||
|
||||
## 0.12.6 - 2023-11-13
|
||||
|
||||
### New Features
|
||||
|
@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]
|
||||
|
||||
[package]
|
||||
name = "sea-orm"
|
||||
version = "0.12.6"
|
||||
version = "0.12.7"
|
||||
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