Skip to content

Commit 84a8ab4

Browse files
committed
release: v0.1.2
1 parent 6b31a70 commit 84a8ab4

File tree

9 files changed

+7981
-7977
lines changed

9 files changed

+7981
-7977
lines changed

AsyncStorageSQLite.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Pod::Spec.new do |spec|
1212
spec.homepage = info["homepage"]
1313
spec.license = info["license"]["type"]
1414
spec.author = info["author"]
15-
spec.source = { :git => info["repository"], :tag => "#{spec.version}" }
15+
spec.source = { :git => info["repository"], :tag => "v#{spec.version}" }
1616
spec.swift_version = "5.8"
17-
spec.platforms = { :ios => "16.0" }
17+
spec.platforms = { :ios => "15.0" }
1818

1919
spec.vendored_frameworks = "#{podspecName}/#{frameworkName}.xcframework"
2020
spec.source_files = "#{podspecName}/src/**/*.{swift}"

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/ios-arm64/dSYMs/SQLiteStorageKMP.framework.dSYM/Contents/Resources/Relocations/aarch64/SQLiteStorageKMP.yml

+7,972-7,972
Large diffs are not rendered by default.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2] - 2024-10-29
4+
5+
- Changed min. iOS deployment target to 15
6+
37
## [0.1.1] - 2024-10-29
48

59
- Bumped dependencies

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
1. Update version in [package_info.json](package_info.json)
1212
2. Build binaries via `bundleSQLiteStorage` gradle task
1313
3. Update CHANGELOG
14-
4. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
15-
5. Create tag (name it `MAJOR.MINOR.PATCH`)
14+
4. Commit changes (name it `release: vMAJOR.MINOR.PATCH`)
15+
5. Create tag (name it `vMAJOR.MINOR.PATCH`)
1616
6. Push commit and tag to `main`
1717
7. Create Github release
1818

package_info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Async Storage SQLite",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
55
"author": "Krzysztof Borowy",
66
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",

0 commit comments

Comments
 (0)