Skip to content

Commit

Permalink
[Release] Cloak 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes authored and github-actions[bot] committed Mar 3, 2024
1 parent b9620dd commit 2f1b657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/CloakKit/Version/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import Foundation

enum Version {
static let current = "0.3.0"
static let current = "0.4.0"
}

0 comments on commit 2f1b657

Please sign in to comment.