Skip to content

Commit 959fda0

Browse files
committed
0.8.0
1 parent fe7f0e5 commit 959fda0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 0.8.0 - 2022-05-09
9+
10+
* Dropping `migration` entirely; introducing `SchemaProbe`
11+
812
## 0.7.1 - 2022-03-26
913

1014
* Support SeaORM 0.7.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414

1515
[package]
1616
name = "sea-schema"
17-
version = "0.7.1"
17+
version = "0.8.0"
1818
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
1919
edition = "2021"
2020
description = "🌿 SQL schema definition and discovery"

0 commit comments

Comments
 (0)