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"