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 a0c390d commit 062bc67Copy full SHA for 062bc67
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ 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.4.0 - 2021-12-25
9
+
10
+* SQLite schema discovery https://github.com/SeaQL/sea-schema/pull/34
11
12
## 0.3.1 - 2021-12-12
13
14
* Add support for the Postgres interval type by @autarch in https://github.com/SeaQL/sea-schema/pull/20
Cargo.toml
@@ -14,7 +14,7 @@ members = [
15
[package]
16
name = "sea-schema"
17
-version = "0.3.1"
+version = "0.4.0"
18
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
19
edition = "2021"
20
description = "🌿 SQL schema definition and discovery"
0 commit comments