Skip to content

Commit acea0e2

Browse files
lordcodesgithub-actions[bot]
authored andcommitted
[Release] Swift Hooks 0.3.0
1 parent c97722e commit acea0e2

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+
- Add SwiftFormat using Tuist [#17](https://github.com/lordcodes/swifthooks/pull/17) by [@lordcodes](https://github.com/lordcodes)
8+
39
## 0.2.0 - 2022-07-11
410

511
- no changes

Sources/SwiftHooksKit/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)