Skip to content

Commit da5d60b

Browse files
committed
Release 1.7.0
1 parent 6d95c37 commit da5d60b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212

1313
- None.
1414

15+
## 1.7.0 (2020-04-17)
16+
17+
##### Breaking
18+
19+
- None.
20+
21+
##### Enhancements
22+
23+
- Support for Xcode 11.4, Swift 5.2.
24+
- Experimental IndexStore based indexer.
25+
26+
##### Bug Fixes
27+
28+
- Fix shell escaping issues.
29+
1530
## 1.6.0 (2020-03-28)
1631

1732
##### Breaking

Sources/PeripheryKit/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
public let PeripheryVersion = "1.6.0"
1+
public let PeripheryVersion = "1.7.0"

0 commit comments

Comments
 (0)