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 Oct 7, 2024
1 parent 5bd6269 commit c0f4666
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.6"
s.version = "2.0.7"
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 @@ -3414,7 +3414,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.7;
STRIP_STYLE = debugging;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_VERSION = 5.0;
Expand All @@ -3428,7 +3428,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.7;
STRIP_STYLE = debugging;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_VERSION = 5.0;
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Backtrace Cocoa Release Notes

## Version 2.0.7
- Adds explicit BacktraceResources-Info.plist

## Version 2.0.6
- Distributes XCFramework (#136)
- Adds Mac catalyst support (#139)
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.6"
var backtraceVersion = "2.0.7"

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

0 comments on commit c0f4666

Please sign in to comment.