Skip to content

Commit 5aa6c0a

Browse files
release: 0.1.0
1 parent 5468ee8 commit 5aa6c0a

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-09-06)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/ScrapeGraphAI/scrapegraphai-go/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* add files ([97854ff](https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/97854ff979b013c7efad31e34a3d69d79aa30324))
10+
11+
12+
### Bug Fixes
13+
14+
* close body before retrying ([1d46935](https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/1d4693550bac9b3731c9d7d531e83db9630a0632))
15+
* **internal:** unmarshal correctly when there are multiple discriminators ([5468ee8](https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/5468ee86e67c05f4785caa68a8406367a04e3bc7))
16+
17+
18+
### Chores
19+
20+
* **internal:** codegen related update ([5b87899](https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/5b878999e0a8295a834430c7311db61bb4ecc285))
21+
* update SDK settings ([b3671c2](https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/b3671c28676539d26390c214911188376fe48e93))

README.md

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

3030
```sh
31-
go get -u 'github.com/ScrapeGraphAI/scrapegraphai-go@v0.0.1'
31+
go get -u 'github.com/ScrapeGraphAI/scrapegraphai-go@v0.1.0'
3232
```
3333

3434
<!-- 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.0.1" // x-release-please-version
5+
const PackageVersion = "0.1.0" // x-release-please-version

0 commit comments

Comments
 (0)