Skip to content

Commit 4e873d8

Browse files
authored
Merge branch 'master' into generate-assets
2 parents ada7457 + 97cee28 commit 4e873d8

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
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-beta2"
12+
s.version = "2.0.5"
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Backtrace Cocoa Release Notes
22

3-
## Version 2.0.5-beta2
4-
- Generates static frameworks
5-
6-
## Version 2.0.5-beta1
7-
- Adds BacktraceResources bundle
8-
- Updates CoreData and Data Model
9-
- Adds pod integrity check
10-
- Fixes issue where assets are not copied to generated frameworks when statically linking sdk
3+
## Version 2.0.5
4+
- Enables client side unwinding default setting (#134)
5+
- Fixes Cocoapods deployment (#135)
116

127
## Version 2.0.4
138
- Upgrades PLCrashReporter (#122)

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-beta2"
203+
var backtraceVersion = "2.0.5"
204204

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

0 commit comments

Comments
 (0)