Skip to content

Commit 55cd1b5

Browse files
committedJun 26, 2024
Release 2.0.4
1 parent ae75324 commit 55cd1b5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎Backtrace.podspec

+1-1
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.3"
12+
s.version = "2.0.4"
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Backtrace Cocoa Release Notes
22

3+
## Version 2.0.4
4+
- Upgrades PLCrashReporter
5+
- Adds scoped attributes to PLCrashreport
6+
- Renames attributes and adds them as default
7+
- Adds extension to uploaded attachment
8+
- Standardizes system attributes
9+
- Updates FaultMessage Attribute to return Termination Signal name
10+
- Upgrades COCOAPODS to ver 1.15.2
11+
312
## Version 2.0.3
413
- Added PrivacyInfo.xcprivacy
514

‎Sources/Features/Attributes/DefaultAttributes.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ struct LibInfo: AttributesSource {
211211
private static let applicationGuidKey = "backtrace.unique.user.identifier"
212212
private static let applicationLangName = "backtrace-cocoa"
213213

214-
var backtraceVersion = "2.0.3"
214+
var backtraceVersion = "2.0.4"
215215

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

0 commit comments

Comments
 (0)