Skip to content

Commit 703f66f

Browse files
committed
0.2.6
1 parent b4bb63c commit 703f66f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.6 - 2021-08-21
9+
10+
+ Use sea-query to 0.15
11+
+ [[#13]] Added `is_identity` to Postgres `ColumnInfo`
12+
13+
[#13]: https://github.com/SeaQL/sea-schema/issues/13
14+
815
## 0.2.5 - 2021-08-14
916

1017
+ improve Postgres schema discovery

Cargo.toml

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

1111
[package]
1212
name = "sea-schema"
13-
version = "0.2.5"
13+
version = "0.2.6"
1414
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
1515
edition = "2018"
1616
description = "🌿 SQL schema definition and discovery"

0 commit comments

Comments
 (0)