Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Apr 17, 2020
1 parent 6d95c37 commit da5d60b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@

- None.

## 1.7.0 (2020-04-17)

##### Breaking

- None.

##### Enhancements

- Support for Xcode 11.4, Swift 5.2.
- Experimental IndexStore based indexer.

##### Bug Fixes

- Fix shell escaping issues.

## 1.6.0 (2020-03-28)

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Sources/PeripheryKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public let PeripheryVersion = "1.6.0"
public let PeripheryVersion = "1.7.0"

0 comments on commit da5d60b

Please sign in to comment.