Skip to content

Commit 56fb914

Browse files
committed
release: 8.53.1
1 parent db9572a commit 56fb914

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15875805249
1+
15886003767

CHANGELOG.md

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

3-
## Unreleased
3+
## 8.53.1
44

55
### Fixes
66

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ var products: [Product] = [
1111
var targets: [Target] = [
1212
.binaryTarget(
1313
name: "Sentry",
14-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.53.0/Sentry.xcframework.zip",
15-
checksum: "ceb6fdf396ba3cdcaaecc13dce88da7ccdd293bed19cc145c7bc91a3136dba72" //Sentry-Static
14+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.53.1/Sentry.xcframework.zip",
15+
checksum: "f2c1d1dfaa102edac4c5270bbf0b57977d9ef61985b17a1f277cb72ac6c80302" //Sentry-Static
1616
),
1717
.binaryTarget(
1818
name: "Sentry-Dynamic",
19-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.53.0/Sentry-Dynamic.xcframework.zip",
20-
checksum: "d8c9431e8025e0f1307ca5c97924848be5239d978a25793e49d7b427fbca16e4" //Sentry-Dynamic
19+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.53.1/Sentry-Dynamic.xcframework.zip",
20+
checksum: "8b643291cd90d59672dfcf57be4eef53b6e17c6270d1ffb35903eef523b16bad" //Sentry-Dynamic
2121
),
2222
.target (
2323
name: "SentrySwiftUI",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CURRENT_PROJECT_VERSION = 1
2-
MARKETING_VERSION = 8.53.0
2+
MARKETING_VERSION = 8.53.1

Sentry.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 = "Sentry"
3-
s.version = "8.53.0"
3+
s.version = "8.53.1"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentryPrivate.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 = "SentryPrivate"
3-
s.version = "8.53.0"
3+
s.version = "8.53.1"
44
s.summary = "Sentry Private Library."
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentrySwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentrySwiftUI"
3-
s.version = "8.53.0"
3+
s.version = "8.53.1"
44
s.summary = "Sentry client for SwiftUI"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.watchos.framework = 'WatchKit'
2020

2121
s.source_files = "Sources/SentrySwiftUI/**/*.{swift,h,m}"
22-
s.dependency 'Sentry/HybridSDK', "8.53.0"
22+
s.dependency 'Sentry/HybridSDK', "8.53.1"
2323
end

Sources/Configuration/SDK.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DYLIB_INSTALL_NAME_BASE = @rpath
1010
MACH_O_TYPE = mh_dylib
1111
FRAMEWORK_VERSION = A
1212

13-
CURRENT_PROJECT_VERSION = 8.53.0
13+
CURRENT_PROJECT_VERSION = 8.53.1
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

Sources/Configuration/SentrySwiftUI.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PRODUCT_NAME = SentrySwiftUI
2-
CURRENT_PROJECT_VERSION = 8.53.0
2+
CURRENT_PROJECT_VERSION = 8.53.1
33

44
MACOSX_DEPLOYMENT_TARGET = 10.15
55
IPHONEOS_DEPLOYMENT_TARGET = 13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CURRENT_PROJECT_VERSION = 1
2-
MARKETING_VERSION = 8.53.0
2+
MARKETING_VERSION = 8.53.1

0 commit comments

Comments
 (0)