We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bb63c commit 703f66fCopy full SHA for 703f66f
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
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
15
## 0.2.5 - 2021-08-14
16
17
+ improve Postgres schema discovery
Cargo.toml
@@ -10,7 +10,7 @@ members = [
[package]
name = "sea-schema"
-version = "0.2.5"
+version = "0.2.6"
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
edition = "2018"
description = "🌿 SQL schema definition and discovery"
0 commit comments