Skip to content

Commit 5421f94

Browse files
committed
release: 8.32.0
1 parent e8c8a05 commit 5421f94

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9945131293
1+
10076101832

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.32.0
44

55
### Features
66

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "Sentry",
15-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.31.1/Sentry.xcframework.zip",
16-
checksum: "078d3aaf2b3abba23b41fa7ed3fb6e58a981189ef4f9793afaab4ac1b6ec12e0" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.32.0/Sentry.xcframework.zip",
16+
checksum: "780558374b95d370e8b604097f9ccb2cac328fdd18c4b8542a58ece83d2548d2" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.31.1/Sentry-Dynamic.xcframework.zip",
21-
checksum: "f2848f30888df1f186549e27d86f8ca400bb3b7379d8a213156738115d51cbf0" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.32.0/Sentry-Dynamic.xcframework.zip",
21+
checksum: "207a09fd95caa9a9731d16dfd04844759ae7b8f8682ea0193ad79e66b257595d" //Sentry-Dynamic
2222
),
2323
.target ( name: "SentrySwiftUI",
2424
dependencies: ["Sentry", "SentryInternal"],

Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@
12511251
"$(inherited)",
12521252
"@executable_path/Frameworks",
12531253
);
1254-
MARKETING_VERSION = 8.31.1;
1254+
MARKETING_VERSION = 8.32.0;
12551255
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12561256
PRODUCT_NAME = "$(TARGET_NAME)";
12571257
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1280,7 +1280,7 @@
12801280
"$(inherited)",
12811281
"@executable_path/Frameworks",
12821282
);
1283-
MARKETING_VERSION = 8.31.1;
1283+
MARKETING_VERSION = 8.32.0;
12841284
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12851285
PRODUCT_NAME = "$(TARGET_NAME)";
12861286
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1929,7 +1929,7 @@
19291929
"$(inherited)",
19301930
"@executable_path/Frameworks",
19311931
);
1932-
MARKETING_VERSION = 8.31.1;
1932+
MARKETING_VERSION = 8.32.0;
19331933
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19341934
PRODUCT_NAME = "$(TARGET_NAME)";
19351935
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1964,7 +1964,7 @@
19641964
"$(inherited)",
19651965
"@executable_path/Frameworks",
19661966
);
1967-
MARKETING_VERSION = 8.31.1;
1967+
MARKETING_VERSION = 8.32.0;
19681968
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19691969
PRODUCT_NAME = "$(TARGET_NAME)";
19701970
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

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.31.1"
3+
s.version = "8.32.0"
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.31.1"
3+
s.version = "8.32.0"
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.31.1"
3+
s.version = "8.32.0"
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', "8.31.1"
22+
s.dependency 'Sentry', "8.32.0"
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.31.1
13+
CURRENT_PROJECT_VERSION = 8.32.0
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

Sources/Sentry/SentryMeta.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @implementation SentryMeta
55
// Don't remove the static keyword. If you do the compiler adds the constant name to the global
66
// symbol table and it might clash with other constants. When keeping the static keyword the
77
// compiler replaces all occurrences with the value.
8-
static NSString *versionString = @"8.31.1";
8+
static NSString *versionString = @"8.32.0";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

Tests/HybridSDKTest/HybridPod.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.requires_arc = true
1414
s.frameworks = 'Foundation'
1515
s.swift_versions = "5.5"
16-
s.dependency "Sentry/HybridSDK", "8.31.1"
16+
s.dependency "Sentry/HybridSDK", "8.32.0"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)