0.1.2
This commit is contained in:
parent
5a963fb2b4
commit
7705c819c0
@ -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/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 0.1.1 - 2021-08-08
|
||||||
|
|
||||||
- Early release of SeaORM
|
- Early release of SeaORM
|
||||||
|
@ -8,7 +8,7 @@ members = [
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "sea-orm"
|
name = "sea-orm"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
|
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "🐚 An async & dynamic ORM for Rust"
|
description = "🐚 An async & dynamic ORM for Rust"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user