Skip to content

Commit a8357e7

Browse files
release 0.0.5
1 parent 803f93e commit a8357e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.0.5
4+
5+
### Improvements
6+
- Tuning goreleaser, remove draft
7+
- UT action
8+
- Change minimal Go version
9+
310
## v0.0.4
411

512
### New Features

cli/jsonrepair-cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/RealAlexandreAI/json-repair"
99
)
1010

11-
const AppVersion = "0.0.4"
11+
const AppVersion = "0.0.5"
1212

1313
var (
1414
versionFlag bool

0 commit comments

Comments
 (0)