Skip to content

Commit c46b497

Browse files
committed
Release 3.0.2
1 parent 58654dc commit c46b497

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
##### Bug Fixes
1212

13+
- None.
14+
15+
## 3.0.2 (2023-03-03)
16+
17+
##### Breaking
18+
19+
- None.
20+
21+
##### Enhancements
22+
23+
- None.
24+
25+
##### Bug Fixes
26+
1327
- Updated XcodeProj dependency provides support for Xcode 16's new project format.
1428
- Fix retain comment commands for imports.
1529

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "periphery",
3-
version = "3.0.1",
3+
version = "3.0.2",
44
compatibility_level = 1,
55
)
66

Sources/Frontend/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let PeripheryVersion = "3.0.1"
1+
let PeripheryVersion = "3.0.2"

0 commit comments

Comments
 (0)