From 7705c819c040ebeb139bd86b942df4b65a4bb348 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 23 Aug 2021 02:13:14 +0800 Subject: [PATCH] 0.1.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620542b75..d764b4de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.2 - 2021-08-23 + +- [[#68]] Added `DateTimeWithTimeZone` as supported attribute type +- [[#70]] Generate arbitrary named entity +- [[#80]] Custom column name +- [[#81]] Support join on multiple columns +- [[#99]] Implement FromStr for ColumnTrait + ## 0.1.1 - 2021-08-08 - Early release of SeaORM diff --git a/Cargo.toml b/Cargo.toml index f097a9f22..c806196cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "sea-orm" -version = "0.1.1" +version = "0.1.2" authors = ["Chris Tsang "] edition = "2018" description = "🐚 An async & dynamic ORM for Rust"