This commit is contained in:
Chris Tsang 2023-11-22 22:39:49 +00:00
parent d471c4e022
commit f87c6329d2
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
target
firedbg
Cargo.lock
*.sublime*
.vscode

View File

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

View File

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