Skip to content

Commit 092cd9f

Browse files
authored
Prepare for 1.7.1 release (#71)
1 parent e6701d5 commit 092cd9f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
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 = "1.7.0"
12+
s.version = "1.7.1"
1313
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
1414
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
1515
s.homepage = "https://backtrace.io/"

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 1.7.1
4+
- Make `hostname` attribute optional to prevent end-user from getting Local Network permissions pop-up
5+
36
## Version 1.7.0
47
- Simplifies default file attachments API
58

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Backtrace (1.6.0):
2+
- Backtrace (1.7.0):
33
- Backtrace-PLCrashReporter
44
- Backtrace-PLCrashReporter (1.5.4)
5-
- Nimble (9.0.0)
6-
- Quick (3.1.2)
5+
- Nimble (9.2.1)
6+
- Quick (4.0.0)
77

88
DEPENDENCIES:
99
- Backtrace (from `./Backtrace.podspec`)
@@ -22,10 +22,10 @@ EXTERNAL SOURCES:
2222
:path: "./Backtrace.podspec"
2323

2424
SPEC CHECKSUMS:
25-
Backtrace: 90e82b3be4a6bde054dcb4663511a37113c348a8
25+
Backtrace: 2c55a06e4dc4f5381c97595c347baab07326b00b
2626
Backtrace-PLCrashReporter: 65b9aae5468bb6af6b55b88de22b49e031331054
27-
Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8
28-
Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0
27+
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
28+
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
2929

3030
PODFILE CHECKSUM: afc46274bf1938dc457973360b3e30ff7b342057
3131

0 commit comments

Comments
 (0)