Skip to content

Commit 4ddfdd4

Browse files
release: 0.5.4
1 parent f7cfb89 commit 4ddfdd4

4 files changed

Lines changed: 19 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.5.4 (2026-03-27)
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+
### Bug Fixes
8+
9+
* prevent duplicate ? in query params ([f7cfb89](https://github.com/CASParser/cas-parser-go/commit/f7cfb89b74abdde929b9bf09e7f461f0a59701cb))
10+
11+
12+
### Chores
13+
14+
* **ci:** skip lint on metadata-only changes ([cb79b17](https://github.com/CASParser/cas-parser-go/commit/cb79b17587f210a297a451bde4d02934c0e7de67))
15+
* **client:** fix multipart serialisation of Default() fields ([17d404d](https://github.com/CASParser/cas-parser-go/commit/17d404d8858084b9b71419138e72de0dc7e6f65b))
16+
* **internal:** support default value struct tag ([6da3050](https://github.com/CASParser/cas-parser-go/commit/6da30504423b6f369d2a1a3e9ddb24263856db9c))
17+
* **internal:** update gitignore ([22ed58c](https://github.com/CASParser/cas-parser-go/commit/22ed58cca58650432ef3cfaefbe3cb80d85d60ee))
18+
319
## 0.5.3 (2026-03-17)
420

521
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)