Skip to content

Commit 7705c81

Browse files
committed
0.1.2
1 parent 5a963fb commit 7705c81

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "sea-orm"
11-
version = "0.1.1"
11+
version = "0.1.2"
1212
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
1313
edition = "2018"
1414
description = "🐚 An async & dynamic ORM for Rust"

0 commit comments

Comments
 (0)