diff --git a/.github/last-release-runid b/.github/last-release-runid index 1d1d7dbdd17..ac3c906bb4a 100644 --- a/.github/last-release-runid +++ b/.github/last-release-runid @@ -1 +1 @@ -9500555120 +9548461841 diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5b89fd841..b453cd84706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 8.29.1 ### Features @@ -9,7 +9,7 @@ ### Fixes - Fix potential deadlock in app hang detection (#4063) -- Swizzling of view controllers `loadView` that don`t implement `loadView` (#4071) +- Swizzling of view controllers `loadView` that don`t implement `loadView` (#4071) ## 8.29.0 diff --git a/Package.swift b/Package.swift index 454c6f00ca9..d8bf584e381 100644 --- a/Package.swift +++ b/Package.swift @@ -12,13 +12,13 @@ let package = Package( targets: [ .binaryTarget( name: "Sentry", - url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.0/Sentry.xcframework.zip", - checksum: "0ce7815afc141b9b8c34555d328895aac77790498bbeebe95e480f44bef17bf3" //Sentry-Static + url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.1/Sentry.xcframework.zip", + checksum: "2d7a30ae677938f8c0ab303ceb422f68c682228f33df86cd074fe38f501967ec" //Sentry-Static ), .binaryTarget( name: "Sentry-Dynamic", - url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.0/Sentry-Dynamic.xcframework.zip", - checksum: "06e6d4e8e0f06acf0e51ba83754640f092e04314d56e0b92f96afd02d8fb80c0" //Sentry-Dynamic + url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.29.1/Sentry-Dynamic.xcframework.zip", + checksum: "660ca9ff4958430a1dcc23ffb76934ae44c91d5b3db8139aa0671dac0f4538d9" //Sentry-Dynamic ), .target ( name: "SentrySwiftUI", dependencies: ["Sentry", "SentryInternal"], diff --git a/Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj b/Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj index ae21dc487e1..200e118f657 100644 --- a/Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj +++ b/Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj @@ -1247,7 +1247,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.29.0; + MARKETING_VERSION = 8.29.1; PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift"; @@ -1276,7 +1276,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.29.0; + MARKETING_VERSION = 8.29.1; PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift"; @@ -1925,7 +1925,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.29.0; + MARKETING_VERSION = 8.29.1; PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip"; @@ -1960,7 +1960,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.29.0; + MARKETING_VERSION = 8.29.1; PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip"; diff --git a/Sentry.podspec b/Sentry.podspec index 3696d617459..ecc28812c33 100644 --- a/Sentry.podspec +++ b/Sentry.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sentry" - s.version = "8.29.0" + s.version = "8.29.1" s.summary = "Sentry client for cocoa" s.homepage = "https://github.com/getsentry/sentry-cocoa" s.license = "mit" diff --git a/SentryPrivate.podspec b/SentryPrivate.podspec index 7fb85c86fe4..59fc67330a1 100644 --- a/SentryPrivate.podspec +++ b/SentryPrivate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SentryPrivate" - s.version = "8.29.0" + s.version = "8.29.1" s.summary = "Sentry Private Library." s.homepage = "https://github.com/getsentry/sentry-cocoa" s.license = "mit" diff --git a/SentrySwiftUI.podspec b/SentrySwiftUI.podspec index 901def86a86..c8edc118276 100644 --- a/SentrySwiftUI.podspec +++ b/SentrySwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SentrySwiftUI" - s.version = "8.29.0" + s.version = "8.29.1" s.summary = "Sentry client for SwiftUI" s.homepage = "https://github.com/getsentry/sentry-cocoa" s.license = "mit" @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.watchos.framework = 'WatchKit' s.source_files = "Sources/SentrySwiftUI/**/*.{swift,h,m}" - s.dependency 'Sentry', "8.29.0" + s.dependency 'Sentry', "8.29.1" end diff --git a/Sources/Configuration/Sentry.xcconfig b/Sources/Configuration/Sentry.xcconfig index 915b10bb1a5..92eccb88911 100644 --- a/Sources/Configuration/Sentry.xcconfig +++ b/Sources/Configuration/Sentry.xcconfig @@ -2,7 +2,7 @@ PRODUCT_NAME = Sentry INFOPLIST_FILE = Sources/Resources/Info.plist PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry -CURRENT_PROJECT_VERSION = 8.29.0 +CURRENT_PROJECT_VERSION = 8.29.1 MODULEMAP_FILE = $(SRCROOT)/Sources/Resources/Sentry.modulemap diff --git a/Sources/Sentry/SentryMeta.m b/Sources/Sentry/SentryMeta.m index 4a571731ca6..5e9273be4a5 100644 --- a/Sources/Sentry/SentryMeta.m +++ b/Sources/Sentry/SentryMeta.m @@ -5,7 +5,7 @@ @implementation SentryMeta // Don't remove the static keyword. If you do the compiler adds the constant name to the global // symbol table and it might clash with other constants. When keeping the static keyword the // compiler replaces all occurrences with the value. -static NSString *versionString = @"8.29.0"; +static NSString *versionString = @"8.29.1"; static NSString *sdkName = @"sentry.cocoa"; + (NSString *)versionString diff --git a/Tests/HybridSDKTest/HybridPod.podspec b/Tests/HybridSDKTest/HybridPod.podspec index 6c166cee812..6e0e222fc70 100644 --- a/Tests/HybridSDKTest/HybridPod.podspec +++ b/Tests/HybridSDKTest/HybridPod.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.frameworks = 'Foundation' s.swift_versions = "5.5" - s.dependency "Sentry/HybridSDK", "8.29.0" + s.dependency "Sentry/HybridSDK", "8.29.1" s.source_files = "HybridTest.swift" end