Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Dec 12, 2021
1 parent d02f29c commit 79fde00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1 - 2021-12-12

* Add support for the Postgres interval type by @autarch in https://github.com/SeaQL/sea-schema/pull/20
* CI: Clippy, MySQL & Postgres by @billy1624 in https://github.com/SeaQL/sea-schema/pull/21
* Write MySQL & Postgres Enum Columns by @billy1624 in https://github.com/SeaQL/sea-schema/pull/29

**Full Changelog**: https://github.com/SeaQL/sea-schema/compare/0.2.9...0.3.1

## 0.2.9 - 2021-09-24

+ [[#18]] MySQL: handle panic upon unique constraint
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[package]
name = "sea-schema"
version = "0.2.9"
version = "0.3.1"
authors = [ "Chris Tsang <[email protected]>" ]
edition = "2018"
description = "🌿 SQL schema definition and discovery"
Expand All @@ -32,7 +32,7 @@ path = "src/lib.rs"
[dependencies]
futures = { version = "0.3", optional = true }
sea-schema-derive = { version = "0.1.0", path = "sea-schema-derive" }
sea-query = { version = "^0.19.0", git = "https://github.com/SeaQL/sea-query.git", branch = "pulls/201" }
sea-query = { version = "^0.20.0" }
serde = { version = "^1", features = ["derive"], optional = true }
sqlx = { version = "^0", optional = true }
log = { version = "^0.4", optional = true }
Expand Down

0 comments on commit 79fde00

Please sign in to comment.