File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.1 "
2
+ "." : " 0.1.0 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2025-08-20)
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
+ ### Chores
13
+
14
+ * update SDK settings ([ b3671c2] ( https://github.com/ScrapeGraphAI/scrapegraphai-go/commit/b3671c28676539d26390c214911188376fe48e93 ) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/ScrapeGraphAI/scrapegraphai-go@v0.0.1 '
27
+ go get -u ' github.com/ScrapeGraphAI/scrapegraphai-go@v0.1.0 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0.0.1 " // x-release-please-version
5
+ const PackageVersion = "0.1.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments