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 fe7f0e5 commit 959fda0Copy full SHA for 959fda0
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ 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.8.0 - 2022-05-09
9
+
10
+* Dropping `migration` entirely; introducing `SchemaProbe`
11
12
## 0.7.1 - 2022-03-26
13
14
* Support SeaORM 0.7.0
Cargo.toml
@@ -14,7 +14,7 @@ members = [
15
[package]
16
name = "sea-schema"
17
-version = "0.7.1"
+version = "0.8.0"
18
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
19
edition = "2021"
20
description = "🌿 SQL schema definition and discovery"
0 commit comments