From 8ce4b0abccde289da848faf568bf11b465a31b31 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 30 Aug 2021 02:36:19 +0800 Subject: [PATCH] 0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef38d620..c9035c40a 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.1.3 - 2021-08-30 + +- [[#108]] Remove impl TryGetable for Option + +[#108]: https://github.com/SeaQL/sea-orm/issues/108 + ## 0.1.2 - 2021-08-23 - [[#68]] Added `DateTimeWithTimeZone` as supported attribute type diff --git a/Cargo.toml b/Cargo.toml index ca61c819a..e021b82ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "sea-orm" -version = "0.1.2" +version = "0.1.3" authors = ["Chris Tsang "] edition = "2018" description = "🐚 An async & dynamic ORM for Rust"