diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ec57ae..a77e6df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3 - Pending +## 0.9.3 - 2022-07-17 * SQLite real datatype maps to double (#75) * Discover SYSTEM VERSIONED tables for MariaDB (#76) diff --git a/Cargo.toml b/Cargo.toml index 611c3948..aef22888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-schema" -version = "0.9.2" +version = "0.9.3" authors = [ "Chris Tsang " ] edition = "2021" description = "🌿 SQL schema definition and discovery"