Skip to content

Commit d8926bf

Browse files
author
getsentry-bot
committed
Merge branch 'release/8.29.1'
2 parents a8f7a1b + 0886278 commit d8926bf

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9500555120
1+
9548461841

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 8.29.1
44

55
### Features
66

@@ -9,7 +9,7 @@
99
### Fixes
1010

1111
- Fix potential deadlock in app hang detection (#4063)
12-
- Swizzling of view controllers `loadView` that don`t implement `loadView` (#4071)
12+
- Swizzling of view controllers `loadView` that don`t implement `loadView` (#4071)
1313

1414
## 8.29.0
1515

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.29.0/Sentry.xcframework.zip",
16-
checksum: "0ce7815afc141b9b8c34555d328895aac77790498bbeebe95e480f44bef17bf3" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.1/Sentry.xcframework.zip",
16+
checksum: "2d7a30ae677938f8c0ab303ceb422f68c682228f33df86cd074fe38f501967ec" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.0/Sentry-Dynamic.xcframework.zip",
21-
checksum: "06e6d4e8e0f06acf0e51ba83754640f092e04314d56e0b92f96afd02d8fb80c0" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.1/Sentry-Dynamic.xcframework.zip",
21+
checksum: "660ca9ff4958430a1dcc23ffb76934ae44c91d5b3db8139aa0671dac0f4538d9" //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
@@ -1247,7 +1247,7 @@
12471247
"$(inherited)",
12481248
"@executable_path/Frameworks",
12491249
);
1250-
MARKETING_VERSION = 8.29.0;
1250+
MARKETING_VERSION = 8.29.1;
12511251
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12521252
PRODUCT_NAME = "$(TARGET_NAME)";
12531253
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1276,7 +1276,7 @@
12761276
"$(inherited)",
12771277
"@executable_path/Frameworks",
12781278
);
1279-
MARKETING_VERSION = 8.29.0;
1279+
MARKETING_VERSION = 8.29.1;
12801280
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12811281
PRODUCT_NAME = "$(TARGET_NAME)";
12821282
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1925,7 +1925,7 @@
19251925
"$(inherited)",
19261926
"@executable_path/Frameworks",
19271927
);
1928-
MARKETING_VERSION = 8.29.0;
1928+
MARKETING_VERSION = 8.29.1;
19291929
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19301930
PRODUCT_NAME = "$(TARGET_NAME)";
19311931
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1960,7 +1960,7 @@
19601960
"$(inherited)",
19611961
"@executable_path/Frameworks",
19621962
);
1963-
MARKETING_VERSION = 8.29.0;
1963+
MARKETING_VERSION = 8.29.1;
19641964
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19651965
PRODUCT_NAME = "$(TARGET_NAME)";
19661966
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.29.0"
3+
s.version = "8.29.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.29.0"
3+
s.version = "8.29.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.29.0"
3+
s.version = "8.29.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', "8.29.0"
22+
s.dependency 'Sentry', "8.29.1"
2323
end

Sources/Configuration/Sentry.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PRODUCT_NAME = Sentry
22
INFOPLIST_FILE = Sources/Resources/Info.plist
33
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
44

5-
CURRENT_PROJECT_VERSION = 8.29.0
5+
CURRENT_PROJECT_VERSION = 8.29.1
66

77
MODULEMAP_FILE = $(SRCROOT)/Sources/Resources/Sentry.modulemap
88

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.29.0";
8+
static NSString *versionString = @"8.29.1";
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.29.0"
16+
s.dependency "Sentry/HybridSDK", "8.29.1"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)