From 5234ef64b9e05c3344a97def3f3e3aa81129e99b Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 18 Aug 2022 00:48:53 +0800 Subject: [PATCH] 0.26.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3947623a2..116d678fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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/). +## 0.26.3 - 2022-08-18 + +### Bug Fixes + +* `DROP NOT NULL` for Postgres `ALTER COLUMN` https://github.com/SeaQL/sea-query/pull/394 + +### House keeping + +* Exclude `chrono` default-features https://github.com/SeaQL/sea-query/pull/410 +* Fix clippy warnings https://github.com/SeaQL/sea-query/pull/415 + ## 0.26.2 - 2022-07-21 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index d90fda5e1..c3986cb2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ [package] name = "sea-query" -version = "0.26.2" +version = "0.26.3" authors = [ "Chris Tsang ", "Billy Chan ",