Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0f4f2c8

Browse files
committed
Bump version to 0.15.4
1 parent 4e289be commit 0f4f2c8

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

‎Documentation/Index.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ process of downloading, compiling, and linking dependencies.
109109

110110
```swift
111111
dependencies: [
112-
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3")
112+
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.4")
113113
]
114114
```
115115

@@ -130,7 +130,7 @@ install SQLite.swift with Carthage:
130130
2. Update your Cartfile to include the following:
131131

132132
```ruby
133-
github "stephencelis/SQLite.swift" ~> 0.15.3
133+
github "stephencelis/SQLite.swift" ~> 0.15.4
134134
```
135135

136136
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -160,7 +160,7 @@ install SQLite.swift with Carthage:
160160
use_frameworks!
161161
162162
target 'YourAppTargetName' do
163-
pod 'SQLite.swift', '~> 0.15.3'
163+
pod 'SQLite.swift', '~> 0.15.4'
164164
end
165165
```
166166

@@ -174,7 +174,7 @@ with the OS you can require the `standalone` subspec:
174174

175175
```ruby
176176
target 'YourAppTargetName' do
177-
pod 'SQLite.swift/standalone', '~> 0.15.3'
177+
pod 'SQLite.swift/standalone', '~> 0.15.4'
178178
end
179179
```
180180

@@ -184,7 +184,7 @@ dependency to sqlite3 or one of its subspecs:
184184

185185
```ruby
186186
target 'YourAppTargetName' do
187-
pod 'SQLite.swift/standalone', '~> 0.15.3'
187+
pod 'SQLite.swift/standalone', '~> 0.15.4'
188188
pod 'sqlite3/fts5', '= 3.15.0' # SQLite 3.15.0 with FTS5 enabled
189189
end
190190
```
@@ -200,7 +200,7 @@ If you want to use [SQLCipher][] with SQLite.swift you can require the
200200
target 'YourAppTargetName' do
201201
# Make sure you only require the subspec, otherwise you app might link against
202202
# the system SQLite, which means the SQLCipher-specific methods won't work.
203-
pod 'SQLite.swift/SQLCipher', '~> 0.15.3'
203+
pod 'SQLite.swift/SQLCipher', '~> 0.15.4'
204204
end
205205
```
206206

‎SQLite.swift.podspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SQLite.swift"
3-
s.version = "0.15.3"
3+
s.version = "0.15.4"
44
s.summary = "A type-safe, Swift-language layer over SQLite3."
55

66
s.description = <<-DESC

‎SQLite.xcodeproj/project.pbxproj‎

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,6 @@
15391539
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
15401540
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
15411541
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1542-
MARKETING_VERSION = 0.15.3;
15431542
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
15441543
PRODUCT_NAME = SQLite;
15451544
SDKROOT = appletvos;
@@ -1562,7 +1561,6 @@
15621561
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
15631562
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
15641563
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1565-
MARKETING_VERSION = 0.15.3;
15661564
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
15671565
PRODUCT_NAME = SQLite;
15681566
SDKROOT = appletvos;
@@ -1614,7 +1612,6 @@
16141612
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
16151613
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16161614
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1617-
MARKETING_VERSION = 0.15.3;
16181615
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
16191616
PRODUCT_NAME = SQLite;
16201617
SDKROOT = watchos;
@@ -1639,7 +1636,6 @@
16391636
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
16401637
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16411638
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1642-
MARKETING_VERSION = 0.15.3;
16431639
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
16441640
PRODUCT_NAME = SQLite;
16451641
SDKROOT = watchos;
@@ -1664,7 +1660,6 @@
16641660
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
16651661
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16661662
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1667-
MARKETING_VERSION = 0.15.3;
16681663
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
16691664
PRODUCT_NAME = SQLite;
16701665
SDKROOT = xros;
@@ -1689,7 +1684,6 @@
16891684
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
16901685
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16911686
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1692-
MARKETING_VERSION = 0.15.3;
16931687
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
16941688
PRODUCT_NAME = SQLite;
16951689
SDKROOT = xros;
@@ -1778,6 +1772,7 @@
17781772
GCC_WARN_UNUSED_VARIABLE = YES;
17791773
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
17801774
MACOSX_DEPLOYMENT_TARGET = 10.13;
1775+
MARKETING_VERSION = 0.15.4;
17811776
MTL_ENABLE_DEBUG_INFO = YES;
17821777
ONLY_ACTIVE_ARCH = YES;
17831778
PRODUCT_NAME = "";
@@ -1837,6 +1832,7 @@
18371832
GCC_WARN_UNUSED_VARIABLE = YES;
18381833
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
18391834
MACOSX_DEPLOYMENT_TARGET = 10.13;
1835+
MARKETING_VERSION = 0.15.4;
18401836
MTL_ENABLE_DEBUG_INFO = NO;
18411837
PRODUCT_NAME = "";
18421838
SDKROOT = iphoneos;
@@ -1866,7 +1862,6 @@
18661862
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18671863
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18681864
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1869-
MARKETING_VERSION = 0.15.3;
18701865
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
18711866
PRODUCT_NAME = SQLite;
18721867
SKIP_INSTALL = YES;
@@ -1890,7 +1885,6 @@
18901885
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18911886
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18921887
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1893-
MARKETING_VERSION = 0.15.3;
18941888
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
18951889
PRODUCT_NAME = SQLite;
18961890
SKIP_INSTALL = YES;
@@ -1940,7 +1934,6 @@
19401934
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
19411935
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
19421936
MACOSX_DEPLOYMENT_TARGET = 10.13;
1943-
MARKETING_VERSION = 0.15.3;
19441937
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
19451938
PRODUCT_NAME = SQLite;
19461939
SDKROOT = macosx;
@@ -1966,7 +1959,6 @@
19661959
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
19671960
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
19681961
MACOSX_DEPLOYMENT_TARGET = 10.13;
1969-
MARKETING_VERSION = 0.15.3;
19701962
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
19711963
PRODUCT_NAME = SQLite;
19721964
SDKROOT = macosx;

‎Tests/SPM/Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
// for testing from same repository
1616
.package(path: "../..")
1717
// normally this would be:
18-
// .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3")
18+
// .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.4")
1919
],
2020
targets: [
2121
.executableTarget(name: "test", dependencies: [.product(name: "SQLite", package: "SQLite.swift")])

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /