Skip to content

Commit 03d889c

Browse files
committed
Release 3.0.0
1 parent 8e3ce61 commit 03d889c

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.0.0 (2024-12-27)
16+
17+
##### Breaking
18+
519
**3.0 is a major breaking change and requires some manual migration, please see the [3.0 Migration Guide](https://github.com/peripheryapp/periphery/wiki/3.0-Migration-Guide).**
620

721
- Support for installing via CocoaPods has been removed.

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.0.beta9",
3+
version = "3.0.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.0.beta9"
1+
let PeripheryVersion = "3.0.0"

0 commit comments

Comments
 (0)