Skip to content

Commit 249e0cb

Browse files
lordcodesgithub-actions[bot]
authored andcommitted
[Release] Cloak 0.3.0
1 parent 1e78774 commit 249e0cb

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.3.0 - 2022-07-15
4+
5+
### Added
6+
7+
- SwiftFormat [#1](https://github.com/lordcodes/cloak-swift/pull/1) by [@lordcodes](https://github.com/lordcodes)
8+
39
## 0.2.0 - 2022-07-06
410

511
- Add automated release process

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.2.0"
6+
static let current = "0.3.0"
77
}

0 commit comments

Comments
 (0)