There was an error while loading. Please reload this page.
1 parent a8ef4ce commit 2bae75dCopy full SHA for 2bae75d
2 files changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.3.1] - 2026-02-06
6
+
7
+### Bug Fixes
8
9
+- **tests**: Eliminate unreachable code warnings on Linux by @alexey1312
10
11
+- Unify JSON handling across platforms by @alexey1312
12
13
14
## [1.3.0] - 2026-02-05
15
16
### Bug Fixes
Sources/ExFig/ExFigCommand.swift
@@ -52,7 +52,7 @@ enum ExFigError: LocalizedError {
52
53
@main
54
struct ExFigCommand: AsyncParsableCommand {
55
- static let version = "v1.3.0"
+ static let version = "v1.3.1"
56
57
static let svgFileConverter = NativeVectorDrawableConverter()
58
static let fileWriter = FileWriter()
0 commit comments