Skip to content

Commit f47cfd9

Browse files
release: 0.5.4
1 parent 6da3050 commit f47cfd9

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.3"
2+
".": "0.5.4"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.5.4 (2026-03-26)
4+
5+
Full Changelog: [v0.5.3...v0.5.4](https://github.com/CASParser/cas-parser-go/compare/v0.5.3...v0.5.4)
6+
7+
### Chores
8+
9+
* **ci:** skip lint on metadata-only changes ([cb79b17](https://github.com/CASParser/cas-parser-go/commit/cb79b17587f210a297a451bde4d02934c0e7de67))
10+
* **internal:** support default value struct tag ([6da3050](https://github.com/CASParser/cas-parser-go/commit/6da30504423b6f369d2a1a3e9ddb24263856db9c))
11+
* **internal:** update gitignore ([22ed58c](https://github.com/CASParser/cas-parser-go/commit/22ed58cca58650432ef3cfaefbe3cb80d85d60ee))
12+
313
## 0.5.3 (2026-03-17)
414

515
Full Changelog: [v0.5.2...v0.5.3](https://github.com/CASParser/cas-parser-go/compare/v0.5.2...v0.5.3)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Or to pin the version:
3737
<!-- x-release-please-start-version -->
3838

3939
```sh
40-
go get -u 'github.com/CASParser/cas-parser-go@v0.5.3'
40+
go get -u 'github.com/CASParser/cas-parser-go@v0.5.4'
4141
```
4242

4343
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.5.3" // x-release-please-version
5+
const PackageVersion = "0.5.4" // x-release-please-version

0 commit comments

Comments
 (0)