Skip to content

Commit db68d17

Browse files
committed
Update version and change log
1 parent 4fa95c4 commit db68d17

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.1.11
2+
3+
* Support to open database in readonly mode
4+
* Support to create in-memory database in java/c++/swift
5+
* Fix the exception problem of tableExist method in Java/Kotlin
6+
17
## v2.1.10
28

39
* Disable checkpoint fullsync in apple platform, it will significantly reduce disk IO

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WCDB
22

33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/wcdb/pulls)
4-
[![Release Version](https://img.shields.io/badge/Release-2.1.10-brightgreen.svg)](https://github.com/Tencent/wcdb/releases)
4+
[![Release Version](https://img.shields.io/badge/Release-2.1.11-brightgreen.svg)](https://github.com/Tencent/wcdb/releases)
55
[![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)[![Platform](https://img.shields.io/badge/Platform-%20iOS%20%7C%20macOS%20%7C%20Android%20%7C%20Windows%20%7C%20Linux%20%7C%20OpenHarmony-brightgreen.svg)](https://github.com/Tencent/wcdb/wiki)
66

77
中文版本请参看[这里][wcdb-wiki]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.10
1+
2.1.11

WCDB.cpp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push WCDB.cpp.podspec --verbose --skip-import-validation --allow-warnings
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.cpp"
7-
wcdb.version = "2.1.10"
7+
wcdb.version = "2.1.11"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)

WCDB.objc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push WCDB.objc.podspec --verbose --skip-import-validation --allow-warnings
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.objc"
7-
wcdb.version = "2.1.10"
7+
wcdb.version = "2.1.11"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)

WCDB.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push --verbose --allow-warnings WCDB.podspec --skip-import-validation
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB"
7-
wcdb.version = "2.1.10"
7+
wcdb.version = "2.1.11"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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.)

WCDB.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.swift"
7-
wcdb.version = "2.1.10"
7+
wcdb.version = "2.1.11"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)

0 commit comments

Comments
 (0)