Skip to content

Commit 062bc67

Browse files
committed
0.4.0
1 parent a0c390d commit 062bc67

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.4.0 - 2021-12-25
9+
10+
* SQLite schema discovery https://github.com/SeaQL/sea-schema/pull/34
11+
812
## 0.3.1 - 2021-12-12
913

1014
* Add support for the Postgres interval type by @autarch in https://github.com/SeaQL/sea-schema/pull/20

Cargo.toml

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

1515
[package]
1616
name = "sea-schema"
17-
version = "0.3.1"
17+
version = "0.4.0"
1818
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
1919
edition = "2021"
2020
description = "🌿 SQL schema definition and discovery"

0 commit comments

Comments
 (0)