File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## 0.1.2 - 2021-08-23
9+
10+ - [[ #68 ]] Added ` DateTimeWithTimeZone ` as supported attribute type
11+ - [[ #70 ]] Generate arbitrary named entity
12+ - [[ #80 ]] Custom column name
13+ - [[ #81 ]] Support join on multiple columns
14+ - [[ #99 ]] Implement FromStr for ColumnTrait
15+
816## 0.1.1 - 2021-08-08
917
1018- Early release of SeaORM
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88
99[package ]
1010name = " sea-orm"
11- version = " 0.1.1 "
11+ version = " 0.1.2 "
1212authors = [" Chris Tsang <tyt2y7@gmail.com>" ]
1313edition = " 2018"
1414description = " 🐚 An async & dynamic ORM for Rust"
You can’t perform that action at this time.
0 commit comments