We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8d5b8 commit 241bbdcCopy full SHA for 241bbdc
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
##### Breaking
4
5
+- None.
6
+
7
+##### Enhancements
8
9
10
11
+##### Bug Fixes
12
13
14
15
+## 3.1.0 (2025-04-05)
16
17
+##### Breaking
18
19
- Assign-only property analysis is disabled with Swift 6.1 due to a Swift bug: https://github.com/swiftlang/swift/issues/80394.
20
21
##### Enhancements
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
name = "periphery",
- version = "3.0.3",
+ version = "3.1.0",
compatibility_level = 1,
)
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "3.0.3"
+let PeripheryVersion = "3.1.0"
0 commit comments