From 5aea5d8c6ffdae1e4871652f04a8273eeb1ff4ab Mon Sep 17 00:00:00 2001 From: synw Date: Fri, 14 Feb 2020 20:26:59 +0100 Subject: [PATCH] Prepare 4.3.0 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bfbed..afb0413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 4.3.0 + +- Update dependencies +- Fix `boolean` column in schema +- Fix `unique` in schema +- Fix `uniqueTogether` in schema +- Fix edge case in `DbModel.sqlJoin` +- Deprecate `insertIfNotExists` +- Deprecate `DbModels.insertIfNotExists` + # 4.2.0 - Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index fe5df9a..edf7813 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ homepage: https://github.com/synw/sqlcool # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 4.2.0 +version: 4.3.0 environment: sdk: ">=2.2.2 <3.0.0"