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 b808d2e commit 22cf5f0Copy full SHA for 22cf5f0
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 3.0.1 (2024-12-28)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- A clean build is no longer required when a file is deleted from the scanned project.
28
29
## 3.0.0 (2024-12-27)
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "periphery",
3
- version = "3.0.0",
+ version = "3.0.1",
4
compatibility_level = 1,
5
)
6
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "3.0.0"
+let PeripheryVersion = "3.0.1"
0 commit comments