Skip to content

Commit 773ed3f

Browse files
committed
Release sea-schema 0.18.1
1 parent 5bab349 commit 773ed3f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.18.1 - 2026-07-01
9+
10+
### Bug Fixes
11+
12+
* Restore `Send` on `Connection` discovery futures under sqlx backends, fixing `SchemaBuilder::sync()` in SeaORM (SeaORM #3100) https://github.com/SeaQL/sea-schema/pull/170
13+
814
## 0.17.0 - pending
915

1016
* Update to Rust Edition 2024 https://github.com/SeaQL/sea-schema/pull/147

Cargo.toml

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

1616
[package]
1717
name = "sea-schema"
18-
version = "0.18.0"
18+
version = "0.18.1"
1919
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
2020
edition = "2024"
2121
description = "🌿 SQL schema definition and discovery"

0 commit comments

Comments
 (0)