Skip to content

Commit 776c4a6

Browse files
authored
Release 1.3.0 (#246)
1 parent 9b6430a commit 776c4a6

File tree

135 files changed

+254
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+254
-242
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.3.0](https://github.com/auth0/SimpleKeychain/tree/1.3.0) (2025-03-14)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.2.0...1.3.0)
5+
6+
**Added**
7+
- feat: add `errSecMissingEntitlement` error [\#224](https://github.com/auth0/SimpleKeychain/pull/224) ([grdsdev](https://github.com/grdsdev))
8+
- Add `Sendable` conformance [\#235](https://github.com/auth0/SimpleKeychain/pull/235) ([Widcket](https://github.com/Widcket))
9+
310
## [1.2.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0) (2024-09-16)
411
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0)
512

Gemfile.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ GEM
2424
json (>= 1.5.1)
2525
artifactory (3.0.17)
2626
atomos (0.1.3)
27-
aws-eventstream (1.3.0)
28-
aws-partitions (1.1042.0)
29-
aws-sdk-core (3.216.1)
27+
aws-eventstream (1.3.2)
28+
aws-partitions (1.1067.0)
29+
aws-sdk-core (3.220.1)
3030
aws-eventstream (~> 1, >= 1.3.0)
3131
aws-partitions (~> 1, >= 1.992.0)
3232
aws-sigv4 (~> 1.9)
33+
base64
3334
jmespath (~> 1, >= 1.6.1)
34-
aws-sdk-kms (1.97.0)
35+
aws-sdk-kms (1.99.0)
3536
aws-sdk-core (~> 3, >= 3.216.0)
3637
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.178.0)
38+
aws-sdk-s3 (1.182.0)
3839
aws-sdk-core (~> 3, >= 3.216.0)
3940
aws-sdk-kms (~> 1)
4041
aws-sigv4 (~> 1.5)
@@ -90,7 +91,7 @@ GEM
9091
concurrent-ruby (1.3.5)
9192
connection_pool (2.5.0)
9293
declarative (0.0.20)
93-
digest-crc (0.6.5)
94+
digest-crc (0.7.0)
9495
rake (>= 12.0.0, < 14.0.0)
9596
domain_name (0.6.20240107)
9697
dotenv (2.8.1)
@@ -129,7 +130,7 @@ GEM
129130
faraday_middleware (1.2.1)
130131
faraday (~> 1.0)
131132
fastimage (2.4.0)
132-
fastlane (2.226.0)
133+
fastlane (2.227.0)
133134
CFPropertyList (>= 2.3, < 4.0.0)
134135
addressable (>= 2.8, < 3.0.0)
135136
artifactory (~> 3.0)
@@ -196,12 +197,12 @@ GEM
196197
google-apis-core (>= 0.11.0, < 2.a)
197198
google-apis-storage_v1 (0.31.0)
198199
google-apis-core (>= 0.11.0, < 2.a)
199-
google-cloud-core (1.7.1)
200+
google-cloud-core (1.8.0)
200201
google-cloud-env (>= 1.0, < 3.a)
201202
google-cloud-errors (~> 1.0)
202203
google-cloud-env (1.6.0)
203204
faraday (>= 0.17.3, < 3.0)
204-
google-cloud-errors (1.4.0)
205+
google-cloud-errors (1.5.0)
205206
google-cloud-storage (1.47.0)
206207
addressable (~> 2.8)
207208
digest-crc (~> 0.4)
@@ -219,28 +220,30 @@ GEM
219220
highline (2.0.3)
220221
http-cookie (1.0.8)
221222
domain_name (~> 0.5)
222-
httpclient (2.8.3)
223+
httpclient (2.9.0)
224+
mutex_m
223225
i18n (1.14.7)
224226
concurrent-ruby (~> 1.0)
225227
jmespath (1.6.2)
226-
json (2.9.1)
228+
json (2.10.2)
227229
jwt (2.10.1)
228230
base64
229-
logger (1.6.5)
231+
logger (1.6.6)
230232
mini_magick (4.13.2)
231233
mini_mime (1.1.5)
232-
minitest (5.25.4)
234+
minitest (5.25.5)
233235
molinillo (0.8.0)
234236
multi_json (1.15.0)
235237
multipart-post (2.4.1)
238+
mutex_m (0.3.0)
236239
nanaimo (0.4.0)
237240
nap (1.1.0)
238241
naturally (2.2.1)
239242
netrc (0.11.0)
240243
nkf (0.2.0)
241-
nokogiri (1.18.2-arm64-darwin)
244+
nokogiri (1.18.4-arm64-darwin)
242245
racc (~> 1.4)
243-
nokogiri (1.18.2-x86_64-darwin)
246+
nokogiri (1.18.4-x86_64-darwin)
244247
racc (~> 1.4)
245248
optparse (0.6.0)
246249
os (1.1.4)
@@ -253,7 +256,7 @@ GEM
253256
trailblazer-option (>= 0.1.1, < 0.2.0)
254257
uber (< 0.2.0)
255258
retriable (3.1.2)
256-
rexml (3.4.0)
259+
rexml (3.4.1)
257260
rouge (3.28.0)
258261
ruby-macho (2.5.1)
259262
ruby2_keywords (0.0.5)
@@ -316,4 +319,4 @@ DEPENDENCIES
316319
slather
317320

318321
BUNDLED WITH
319-
2.4.10
322+
2.6.2

SimpleKeychain.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 = 'SimpleKeychain'
3-
s.version = '1.2.0'
3+
s.version = '1.3.0'
44
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
55
s.description = <<-DESC
66
Easily store your user's credentials in the Keychain.

SimpleKeychain/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/css/523.e9a069b0.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/css/675.40c3bcb2.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/css/866.60f074fd.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/989.4f123103.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.99224ad2.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.b186e79f.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)