Skip to content

Commit 70c7d60

Browse files
committed
Release 2.13.0
1 parent dd86643 commit 70c7d60

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
##### Enhancements
88

9+
- None.
10+
11+
##### Bug Fixes
12+
13+
- None.
14+
15+
## 2.13.0 (2023-05-14)
16+
17+
##### Breaking
18+
19+
- None.
20+
21+
##### Enhancements
22+
923
- Improve indexing performance when multiple index stores are provided.
1024
- Added `--external-test-case-classes` option to allow external types to be treated as XCTestCase subclasses.
1125
- Comment commands now support trailing comments, e.g `// periphery:ignore - explanation of why this is necessary`

Periphery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Periphery"
3-
spec.version = "2.12.3"
3+
spec.version = "2.13.0"
44
spec.summary = "Eliminate Unused Swift Code."
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

Sources/Frontend/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let PeripheryVersion = "2.12.3"
1+
let PeripheryVersion = "2.13.0"

0 commit comments

Comments
 (0)