From faa160cf2adcd6c79f1200b5f59b413f9160da69 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 17 Jul 2022 16:48:30 +0800 Subject: [PATCH] 0.9.3 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"