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 6d95c37 commit da5d60bCopy full SHA for da5d60b
CHANGELOG.md
@@ -12,6 +12,21 @@
12
13
- None.
14
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
30
## 1.6.0 (2020-03-28)
31
32
##### Breaking
Sources/PeripheryKit/Version.swift
@@ -1 +1 @@
1
-public let PeripheryVersion = "1.6.0"
+public let PeripheryVersion = "1.7.0"
0 commit comments