Skip to content

Commit cee6634

Browse files
committed
chore(release): v0.2.1
Ships the fixes from #13: TOML integer config tolerance with visible parse errors (#9), SMC float write-verification tolerance (#11), and argv[0]-free daemon install (#8/#12).
1 parent a84b684 commit cee6634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/PolicyEngine/PolicyEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
public enum PolicyEngine {
4-
public static let version = "0.2.0"
4+
public static let version = "0.2.1"
55
}
66

77
public protocol PolicyClock: Sendable {

Sources/SMCtlProtocol/SMCtlProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
public enum SMCtlProtocolInfo {
4-
public static let version = "0.2.0"
4+
public static let version = "0.2.1"
55
public static let machServiceName = "one.leaper.smctl.daemon"
66

77
/// Numeric-component semver comparison, tolerant of a leading "v".

0 commit comments

Comments
 (0)