@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.8.6 - 2025-05-19
9+
10+ 9 pull requests were merged this release cycle.
11+
12+ ### Added
13+ * [[ #3849 ]] : Add color and wrapping to cli help text [[ @joshka ]]
14+
15+ ### Changed
16+ * [[ #3830 ]] : build: drop unused ` tempfile ` dependency [[ @paolobarbolini ]]
17+ * [[ #3845 ]] : chore: clean up no longer used imports [[ @tisonkun ]]
18+ * [[ #3863 ]] : Use unnamed statement in pg when not persistent [[ @ThomWright ]]
19+ * [[ #3866 ]] : chore(doc): clarify compile-time verification and case conversion behavior [[ @duhby ]]
20+
21+ ### Fixed
22+ * [[ #3840 ]] : Fix docs.rs build of sqlx-sqlite [[ @gferon ]]
23+ * [[ #3848 ]] : fix(macros): don't mutate environment variables [[ @joeydewaal ]]
24+ * [[ #3855 ]] : fix ` attrubute ` typo in doc [[ @kujeger ]]
25+ * [[ #3856 ]] : fix(macros): slightly improve unsupported type error message [[ @dyc3 ]]
26+
27+ [ #3830 ] : https://github.com/launchbadge/sqlx/pull/3830
28+ [ #3840 ] : https://github.com/launchbadge/sqlx/pull/3840
29+ [ #3845 ] : https://github.com/launchbadge/sqlx/pull/3845
30+ [ #3848 ] : https://github.com/launchbadge/sqlx/pull/3848
31+ [ #3849 ] : https://github.com/launchbadge/sqlx/pull/3849
32+ [ #3855 ] : https://github.com/launchbadge/sqlx/pull/3855
33+ [ #3856 ] : https://github.com/launchbadge/sqlx/pull/3856
34+ [ #3863 ] : https://github.com/launchbadge/sqlx/pull/3863
35+ [ #3866 ] : https://github.com/launchbadge/sqlx/pull/3866
36+
837## 0.8.5 - 2025-04-14
938
1039Hotfix release to address two new issues:
@@ -31,9 +60,6 @@ The `0.8.4` release will be yanked as of publishing this one.
3160
326150 pull requests were merged this release cycle.
3362
34- As of this release, development of ` 0.9.0 ` has begun on ` main ` .
35- Barring urgent hotfixes, this is expected to be the last release of ` 0.8.x ` .
36-
3763### Added
3864* [[ #3603 ]] : Added missing special casing for encoding embedded arrays of custom types [[ @nico-incubiq ]]
3965* [[ #3625 ]] : feat(sqlite): add preupdate hook [[ @aschey ]]
@@ -2874,3 +2900,9 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
28742900[@ TeCHiScy ]: https: // github.com/TeCHiScy
28752901[@ mpyw]: https: // github.com/mpyw
28762902[@ bonsairobo]: https: // github.com/bonsairobo
2903+ [@ gferon]: https: // github.com/gferon
2904+ [@ joshka]: https: // github.com/joshka
2905+ [@ kujeger]: https: // github.com/kujeger
2906+ [@ dyc3]: https: // github.com/dyc3
2907+ [@ ThomWright ]: https: // github.com/ThomWright
2908+ [@ duhby]: https: // github.com/duhby
0 commit comments