We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97722e commit acea0e2Copy full SHA for acea0e2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.0 - 2022-07-15
4
+
5
+### Added
6
7
+- Add SwiftFormat using Tuist [#17](https://github.com/lordcodes/swifthooks/pull/17) by [@lordcodes](https://github.com/lordcodes)
8
9
## 0.2.0 - 2022-07-11
10
11
- no changes
Sources/SwiftHooksKit/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