We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e78774 commit 249e0cbCopy full SHA for 249e0cb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 0.2.0 - 2022-07-06
10
11
- Add automated release process
Sources/CloakKit/Version/Version.swift
@@ -3,5 +3,5 @@
import Foundation
enum Version {
- static let current = "0.2.0"
+ static let current = "0.3.0"
}
0 commit comments