From cf30ffeae21b35beff7d9281895edaf0cf96b08d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 21 Jul 2023 22:06:33 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f69c661..804b3e5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ This is a small (but major) upgrade, the only changes are: + [`sea-query-binder`/`0.5.0`](https://crates.io/crates/sea-query-binder/0.5.0) +### Notes + +`sea-query 0.29` has a number of breaking changes, so it might be easier for you to first upgrade to `0.29`, then upgrade `sqlx` by bumping to `0.30`. + ## 0.29.1 - 2023-07-12 ### Versions