Skip to content

Commit

Permalink
Bump backtraceVersion and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Jul 16, 2024
1 parent 4198a7f commit 11a8980
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.4"
s.version = "2.0.5-beta1"
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Backtrace Cocoa Release Notes

## Version 2.0.5-beta1
- Adds BacktraceResources bundle
- Updates CoreData and Data Model
- Adds pod integrity check
- Fixes issue where assets are not copied to generated frameworks when statically linking sdk

## Version 2.0.4
- Upgrades PLCrashReporter (#122)
- Adds scoped attributes to PLCrashreport (#125)
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.4"
var backtraceVersion = "2.0.5-beta1"

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

0 comments on commit 11a8980

Please sign in to comment.