Skip to content

Commit 241bbdc

Browse files
committed
Release 3.1.0
1 parent ad8d5b8 commit 241bbdc

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
@@ -2,6 +2,20 @@
22

33
##### Breaking
44

5+
- None.
6+
7+
##### Enhancements
8+
9+
- None.
10+
11+
##### Bug Fixes
12+
13+
- None.
14+
15+
## 3.1.0 (2025-04-05)
16+
17+
##### Breaking
18+
519
- Assign-only property analysis is disabled with Swift 6.1 due to a Swift bug: https://github.com/swiftlang/swift/issues/80394.
620

721
##### Enhancements

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.3",
3+
version = "3.1.0",
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.3"
1+
let PeripheryVersion = "3.1.0"

0 commit comments

Comments
 (0)