We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8767280 commit 1c7cd05Copy full SHA for 1c7cd05
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Un-released changes (main)
4
5
+## v0.1.0
6
+
7
* Reduce size of Tuist plugin archive to less than a third of before.
8
9
## v0.0.1
Sources/SwiftHooksKit/Version/Version.swift
@@ -3,5 +3,5 @@
import Foundation
enum Version {
- static let current = "0.0.1"
+ static let current = "0.1.0"
}
0 commit comments