Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 27, 2024
1 parent 8e3ce61 commit 03d889c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- None.

## 3.0.0 (2024-12-27)

##### Breaking

**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).**

- Support for installing via CocoaPods has been removed.
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "periphery",
version = "3.0.0.beta9",
version = "3.0.0",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "3.0.0.beta9"
let PeripheryVersion = "3.0.0"

0 comments on commit 03d889c

Please sign in to comment.