We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58654dc commit c46b497Copy full SHA for c46b497
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 3.0.2 (2023-03-03)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- Updated XcodeProj dependency provides support for Xcode 16's new project format.
28
- Fix retain comment commands for imports.
29
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "periphery",
3
- version = "3.0.1",
+ version = "3.0.2",
4
compatibility_level = 1,
5
)
6
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "3.0.1"
+let PeripheryVersion = "3.0.2"
0 commit comments