From 23b7b631395cda2f95f16f8b9edfe4ad9bdaffd4 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 24 Mar 2024 20:13:54 +0000 Subject: [PATCH] 0.15.0-rc.4 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704c9da..767b8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). + `0.15.0-rc.1`: 2024-01-31 + `0.15.0-rc.2`: 2024-02-02 + `0.15.0-rc.3`: 2024-03-15 ++ `0.15.0-rc.4`: 2024-03-24 ### Features diff --git a/Cargo.toml b/Cargo.toml index 000e7f6..2d54f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-schema" -version = "0.15.0-rc.3" +version = "0.15.0-rc.4" authors = [ "Chris Tsang " ] edition = "2021" description = "🌿 SQL schema definition and discovery"