From 2f1b657e264f0cd5e19a94ddb52ccf3c8e110a1c Mon Sep 17 00:00:00 2001 From: lordcodes Date: Sun, 3 Mar 2024 11:58:08 +0000 Subject: [PATCH] [Release] Cloak 0.4.0 --- CHANGELOG.md | 6 ++++++ Sources/CloakKit/Version/Version.swift | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1518ecb..598ad97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.0 - 2024-03-03 + +### Changed + +- Focus on being a CLI and support for use from an SPM plugin instead of Tuist plugin [#2](https://github.com/lordcodes/cloak-swift/pull/2) by [@lordcodes](https://github.com/lordcodes) + ## 0.3.0 - 2022-07-15 ### Added diff --git a/Sources/CloakKit/Version/Version.swift b/Sources/CloakKit/Version/Version.swift index 1dccb4d..a5fc1ec 100644 --- a/Sources/CloakKit/Version/Version.swift +++ b/Sources/CloakKit/Version/Version.swift @@ -3,5 +3,5 @@ import Foundation enum Version { - static let current = "0.3.0" + static let current = "0.4.0" }