From bbeaf81f83bdc98107d76e3649ef776b548b4518 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 16 Sep 2022 21:32:12 +0800 Subject: [PATCH] 0.9.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59824f4..1ba772eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.9.4 - 2022-09-16 + +* Parsing SQLite integer column types without space in it https://github.com/SeaQL/sea-schema/pull/77 + ## 0.9.3 - 2022-07-17 * SQLite real datatype maps to double https://github.com/SeaQL/sea-schema/pull/75 diff --git a/Cargo.toml b/Cargo.toml index aef22888..86e54f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-schema" -version = "0.9.3" +version = "0.9.4" authors = [ "Chris Tsang " ] edition = "2021" description = "🌿 SQL schema definition and discovery"