Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiuwen-chen committed Apr 29, 2024
1 parent c527b42 commit 622363e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2.1.3

* Add ProGuard config for WCDB Java/Kotlin
* Support to build WCDB C++ as a framework on Apple platform with CMake
* Support to insert an array of object pointers or object shared pointers in WCDB C++
* Fix the bug that error cannot be obtained through database

## v2.1.2

* Some bugfix for data compression
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WCDB

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/wcdb/pulls)
[![Release Version](https://img.shields.io/badge/Release-2.1.2-brightgreen.svg)](https://github.com/Tencent/wcdb/releases)
[![Release Version](https://img.shields.io/badge/Release-2.1.3-brightgreen.svg)](https://github.com/Tencent/wcdb/releases)
[![Platform](https://img.shields.io/badge/Platform-%20iOS%20%7C%20macOS%20%7C%20Android%20%7C%20Windows%20%7C%20Linux-brightgreen.svg)](https://github.com/Tencent/wcdb/wiki)
[![Language](https://img.shields.io/badge/Language-%20C++%20%7C%20Java%20%7C%20Kotlin%20%7C%20Swift%20%7C%20Objc-brightgreen.svg)](https://github.com/Tencent/wcdb/wiki)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion WCDB.cpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
wcdb.version = "2.1.3"
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)
Expand Down
2 changes: 1 addition & 1 deletion WCDB.objc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
wcdb.version = "2.1.3"
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)
Expand Down
2 changes: 1 addition & 1 deletion WCDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
wcdb.version = "2.1.3"
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.)
Expand Down
2 changes: 1 addition & 1 deletion WCDB.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
wcdb.version = "2.1.3"
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)
Expand Down

0 comments on commit 622363e

Please sign in to comment.