From 03d889ce04e682c7ac08de30cd7e1b9aba8a1ccf Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Fri, 27 Dec 2024 17:01:50 +0000 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 14 ++++++++++++++ MODULE.bazel | 2 +- Sources/Frontend/Version.swift | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74cf7d6a..9b4cdc534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/MODULE.bazel b/MODULE.bazel index 3a0e7cc5d..e3822bcd3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "periphery", - version = "3.0.0.beta9", + version = "3.0.0", compatibility_level = 1, ) diff --git a/Sources/Frontend/Version.swift b/Sources/Frontend/Version.swift index 8b2322d1a..785efc464 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "3.0.0.beta9" +let PeripheryVersion = "3.0.0"