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 5, 2024
1 parent 633d662 commit 5ab00e5
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.5"
s.version = "2.0.5-alpha1"
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
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.5-alpha1
- Distributes XCFramework (#137)

## Version 2.0.5
- Enables client side unwinding default setting (#134)
- Fixes Cocoapods deployment (#135)
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Backtrace (2.0.5-beta2):
- Backtrace (2.0.5-alpha1):
- PLCrashReporter (= 1.11)
- Nimble (10.0.0)
- PLCrashReporter (1.11.0)
Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
:path: "./Backtrace.podspec"

SPEC CHECKSUMS:
Backtrace: edc722bb51df4df8bde18abf92020f11cf9d3f74
Backtrace: 0ae754187513e780c86fc82c9a4a2e7710f595d0
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
PLCrashReporter: 7a9dff14a23ba5d2e28c6160f0bb6fada5e71a8d
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
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"
var backtraceVersion = "2.0.5-alpha1"

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

0 comments on commit 5ab00e5

Please sign in to comment.