From c6f9df9baa4a118480eed3a4128c8dc1ca7985b5 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 9 Aug 2024 18:15:20 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bef706..309eb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.16.0 - Pending + +### Versions + ++ `sea-schema`/`0.16.0-rc.1`: 2024-08-09 + +### Upgrades + +* Upgrade `sea-query` to `0.32.0-rc` https://github.com/SeaQL/sea-schema/pull/136 +* Upgrade `sea-query-binder` to `0.7.0-rc` https://github.com/SeaQL/sea-schema/pull/136 +* Upgrade `sqlx` to `0.8` https://github.com/SeaQL/sea-schema/pull/136 + ## 0.15.0 - 2024-08-02 ### Versions