Skip to content

Commit ceacc73

Browse files
release: 0.8.0
1 parent c5ffd5f commit ceacc73

4 files changed

Lines changed: 17 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.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2026-04-28)
4+
5+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/CASParser/cas-parser-go/compare/v0.7.0...v0.8.0)
6+
7+
### Features
8+
9+
* **go:** add default http client with timeout ([beb6a1f](https://github.com/CASParser/cas-parser-go/commit/beb6a1f6e2ec642dac7e6d5050a781cb081871a8))
10+
* support setting headers via env ([c5ffd5f](https://github.com/CASParser/cas-parser-go/commit/c5ffd5f6015f40bdfe27a34f630c59f7c2c187f4))
11+
12+
13+
### Chores
14+
15+
* **internal:** more robust bootstrap script ([58cdef6](https://github.com/CASParser/cas-parser-go/commit/58cdef67485d0890acb2b0263053a79260a3fe23))
16+
317
## 0.7.0 (2026-04-19)
418

519
Full Changelog: [v0.6.1...v0.7.0](https://github.com/CASParser/cas-parser-go/compare/v0.6.1...v0.7.0)

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.7.0'
40+
go get -u 'github.com/CASParser/cas-parser-go@v0.8.0'
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.7.0" // x-release-please-version
5+
const PackageVersion = "0.8.0" // x-release-please-version

0 commit comments

Comments
 (0)