We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cf829 commit 3fddf0cCopy full SHA for 3fddf0c
Backtrace.podspec
@@ -9,7 +9,7 @@
9
Pod::Spec.new do |s|
10
11
s.name = "Backtrace"
12
- s.version = "2.0.0"
+ s.version = "2.0.1"
13
s.swift_version = '5'
14
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
15
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Backtrace Cocoa Release Notes
2
3
+## Version 2.0.1
4
+- Added application.session and application.version attribute as defaults - no matter if the metrics integration is enabled or not.
5
+- Added application.build attribute that represents an app build version.
6
+
7
## Version 2.0.0
8
- Adds Swift Package Manager support
- Improves Breadcrumbs Swift implementation
0 commit comments