Skip to content

Commit 5ab00e5

Browse files
committed
Bump sdk version and update Changelog
1 parent 633d662 commit 5ab00e5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Backtrace.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "Backtrace"
12-
s.version = "2.0.5"
12+
s.version = "2.0.5-alpha1"
1313
s.swift_version = '5'
1414
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
1515
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Backtrace Cocoa Release Notes
22

3+
## Version 2.0.5-alpha1
4+
- Distributes XCFramework (#137)
5+
36
## Version 2.0.5
47
- Enables client side unwinding default setting (#134)
58
- Fixes Cocoapods deployment (#135)

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Backtrace (2.0.5-beta2):
2+
- Backtrace (2.0.5-alpha1):
33
- PLCrashReporter (= 1.11)
44
- Nimble (10.0.0)
55
- PLCrashReporter (1.11.0)
@@ -22,7 +22,7 @@ EXTERNAL SOURCES:
2222
:path: "./Backtrace.podspec"
2323

2424
SPEC CHECKSUMS:
25-
Backtrace: edc722bb51df4df8bde18abf92020f11cf9d3f74
25+
Backtrace: 0ae754187513e780c86fc82c9a4a2e7710f595d0
2626
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
2727
PLCrashReporter: 7a9dff14a23ba5d2e28c6160f0bb6fada5e71a8d
2828
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179

Sources/Features/Attributes/DefaultAttributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ struct LibInfo: AttributesSource {
200200
private static let applicationGuidKey = "backtrace.unique.user.identifier"
201201
private static let applicationLangName = "backtrace-cocoa"
202202

203-
var backtraceVersion = "2.0.5"
203+
var backtraceVersion = "2.0.5-alpha1"
204204

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

0 commit comments

Comments
 (0)