Skip to content

Commit

Permalink
Bump sdk version and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Aug 15, 2024
1 parent 1e7fb8e commit 2926f8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Backtrace.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "Backtrace"
s.version = "2.0.5-alpha1"
s.version = "2.0.6"
s.swift_version = '5'
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
Expand Down
4 changes: 2 additions & 2 deletions Backtrace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3406,7 +3406,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.0.5;
MARKETING_VERSION = 2.0.6;
STRIP_STYLE = debugging;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_VERSION = 5.0;
Expand All @@ -3420,7 +3420,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.0.5;
MARKETING_VERSION = 2.0.6;
STRIP_STYLE = debugging;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_VERSION = 5.0;
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Backtrace Cocoa Release Notes

## Version 2.0.5-alpha1
- Distributes XCFramework (#137)
## Version 2.0.6
- Distributes XCFramework (#136)
- Adds Mac catalyst support (#139)
- Embeds xcprivacy manifest (#140)
- Codesigns binaries (#141)
- Generates PLCReport with exception (#142)

## Version 2.0.5
- Enables client side unwinding default setting (#134)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Features/Attributes/DefaultAttributes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct LibInfo: AttributesSource {
private static let applicationGuidKey = "backtrace.unique.user.identifier"
private static let applicationLangName = "backtrace-cocoa"

var backtraceVersion = "2.0.5-alpha1"
var backtraceVersion = "2.0.6"

var immutable: [String: Any?] {
return ["guid": LibInfo.guid(store: UserDefaultsStore.self).uuidString,
Expand Down

0 comments on commit 2926f8a

Please sign in to comment.