Skip to content

Commit 2f1b657

Browse files
lordcodesgithub-actions[bot]
authored andcommitted
[Release] Cloak 0.4.0
1 parent b9620dd commit 2f1b657

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.0 - 2024-03-03
4+
5+
### Changed
6+
7+
- 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)
8+
39
## 0.3.0 - 2022-07-15
410

511
### Added

Sources/CloakKit/Version/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import Foundation
44

55
enum Version {
6-
static let current = "0.3.0"
6+
static let current = "0.4.0"
77
}

0 commit comments

Comments
 (0)