From f87c6329d2ae2795d06863ab953b2bb0393a2d8f Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 22 Nov 2023 22:39:49 +0000 Subject: [PATCH] 0.12.7 --- .gitignore | 1 + CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74509beb..413d53bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target +firedbg Cargo.lock *.sublime* .vscode diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd6166c..df523734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index c6b1ad9a..84235b2e 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.6" +version = "0.12.7" authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust"