We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f8656 commit bdc6f5eCopy full SHA for bdc6f5e
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## 0.14.1 - Pending
+## 0.14.1 - 2023-09-14
9
10
* Added `has_index` to `SchemaProbe` https://github.com/SeaQL/sea-schema/pull/115
11
Cargo.toml
@@ -14,7 +14,7 @@ members = [
14
15
[package]
16
name = "sea-schema"
17
-version = "0.14.0"
+version = "0.14.1"
18
authors = [ "Chris Tsang <[email protected]>" ]
19
edition = "2021"
20
description = "🌿 SQL schema definition and discovery"
0 commit comments