Skip to content

Commit 7280484

Browse files
committed
chore: 0.9.0-alplha.1 CHANGELOG
1 parent 8ae85d6 commit 7280484

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

CHANGELOG.md

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

8+
## 0.9.0-alpha.1 - 2025-05-19
9+
10+
Accumulated changes since the beginning of the alpha cycle. Effectively a draft CHANGELOG for the 0.9.0 release.
11+
12+
This section will be replaced in subsequent alpha releases. See the Git history of this file for previous alphas.
13+
14+
### Breaking
15+
16+
* [[#3821]] Groundwork for 0.9.0-alpha.1
17+
* Increased MSRV to 1.85 and set rust-version [@abonander]
18+
* Deleted deprecated combination runtime+TLS features (e.g. `runtime-tokio-native-tls`)
19+
* Deleted re-export of unstable `TransactionManager` trait in `sqlx`.
20+
* Not technically a breaking change because it's `#[doc(hidden)]`,
21+
but [it _will_ break SeaORM][seaorm-2600] if not proactively fixed.
22+
23+
[seaorm-2600]: https://github.com/SeaQL/sea-orm/issues/2600
24+
25+
[#3821]: https://github.com/launchbadge/sqlx/pull/3830
26+
827
## 0.8.6 - 2025-05-19
928

1029
9 pull requests were merged this release cycle.

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)