From 625285d19126ad01fe884e4dd647052664d8be1d Mon Sep 17 00:00:00 2001 From: qiuwenchen Date: Wed, 19 Jun 2024 18:23:48 +0800 Subject: [PATCH] Update version and change log --- CHANGELOG.md | 5 +++++ VERSION | 2 +- WCDB.cpp.podspec | 2 +- WCDB.objc.podspec | 2 +- WCDB.podspec | 2 +- WCDB.swift.podspec | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15796e155..5494a6433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.1.6 + +* Some bugfix for data repair, Java/Kotlin ORM and Swift query +* Fix some compile error and warning + ## v2.1.5 * Support legacy mmicu tokenizer in WCDB Java/Kotlin diff --git a/VERSION b/VERSION index c5864dcf3..b6da51221 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.5 \ No newline at end of file +2.1.6 \ No newline at end of file diff --git a/WCDB.cpp.podspec b/WCDB.cpp.podspec index f47ef38b0..29ed2bd45 100644 --- a/WCDB.cpp.podspec +++ b/WCDB.cpp.podspec @@ -4,7 +4,7 @@ # pod trunk push WCDB.cpp.podspec --verbose --skip-import-validation --allow-warnings Pod::Spec.new do |wcdb| wcdb.name = "WCDB.cpp" - wcdb.version = "2.1.5" + wcdb.version = "2.1.6" wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." wcdb.description = <<-DESC The WeChat Database, for C++. (If you want to use WCDB for Swift or Objective-C, see the "WCDB.swift" pod or "WCDB.objc" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod) diff --git a/WCDB.objc.podspec b/WCDB.objc.podspec index c48c48114..b25b7a610 100644 --- a/WCDB.objc.podspec +++ b/WCDB.objc.podspec @@ -4,7 +4,7 @@ # pod trunk push WCDB.objc.podspec --verbose --skip-import-validation --allow-warnings Pod::Spec.new do |wcdb| wcdb.name = "WCDB.objc" - wcdb.version = "2.1.5" + wcdb.version = "2.1.6" wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." wcdb.description = <<-DESC The WeChat Database, for Objective-C. (If you want to use WCDB for Swift or C++, see the "WCDB.swift" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod) diff --git a/WCDB.podspec b/WCDB.podspec index 2361c8e37..6dcbec19d 100644 --- a/WCDB.podspec +++ b/WCDB.podspec @@ -4,7 +4,7 @@ # pod trunk push --verbose --allow-warnings WCDB.podspec --skip-import-validation Pod::Spec.new do |wcdb| wcdb.name = "WCDB" - wcdb.version = "2.1.5" + wcdb.version = "2.1.6" wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." wcdb.description = <<-DESC The WeChat Database, for Objc/Swift/C++. (If you want to use WCDB for Objc/Swift/C++ separately, see the "WCDB.objc", "WCDB.swift" or "WCDB.cpp" pod.) diff --git a/WCDB.swift.podspec b/WCDB.swift.podspec index 92fd220d2..7c0078fb1 100644 --- a/WCDB.swift.podspec +++ b/WCDB.swift.podspec @@ -4,7 +4,7 @@ # pod trunk push --verbose --allow-warnings WCDB.swift.podspec Pod::Spec.new do |wcdb| wcdb.name = "WCDB.swift" - wcdb.version = "2.1.5" + wcdb.version = "2.1.6" wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." wcdb.description = <<-DESC The WeChat Database, for Swift. (If you want to use WCDB for Objective-C or C++, see the "WCDB.objc" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod)