From f0a045ce84b553d4571fe9445c1e11362e8c6cdb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 29 Dec 2023 13:39:04 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4868e8dd8..36afcfb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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/). +## Main Branch + +### House keeping + +* Fix clippy warnings on Rust 1.75 https://github.com/SeaQL/sea-query/pull/729 + ## `sea-query-rusqlite` 0.5.0 - 2023-12-29 -* Upgrade `rusqlite` to `0.30` +* Upgrade `rusqlite` to `0.30` https://github.com/SeaQL/sea-query/pull/728 ## 0.30.5 - 2023-12-14