From 6995dd685a23ce5ff5a285ef66b8acd9ebd134b2 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 6 Feb 2024 14:26:51 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eba06d5..94c671db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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/). -## 1.0.0 - Pending +## 1.0.0-rc.1 - 2024-02-06 + +### Breaking Changes + +* Rework SQLite type mappings https://github.com/SeaQL/sea-orm/pull/2078 +* Updated `sea-query` to `0.31` + +## 0.12.14 - 2024-02-05 * Added feature flag `sqlite-use-returning-for-3_35` to use SQLite's returning https://github.com/SeaQL/sea-orm/pull/2070 +* Added Loco example https://github.com/SeaQL/sea-orm/pull/2092 ## 0.12.12 - 2024-01-22