Skip to content

Commit cc379b9

Browse files
chore(main): release 0.4.1
1 parent b8dd50a commit cc379b9

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/googleapis/genai-toolbox/compare/v0.4.0...v0.4.1) (2025-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update module cloud.google.com/go/spanner to v1.80.0 ([#481](https://github.com/googleapis/genai-toolbox/issues/481)) ([1e1348f](https://github.com/googleapis/genai-toolbox/commit/1e1348f5f080948a10df9f9d416ffb8c06e99f10))
9+
310
## [0.4.0](https://github.com/googleapis/genai-toolbox/compare/v0.3.0...v0.4.0) (2025-04-23)
411

512

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To install Toolbox as a binary:
8282
<!-- {x-release-please-start-version} -->
8383
```sh
8484
# see releases page for other versions
85-
export VERSION=0.4.0
85+
export VERSION=0.4.1
8686
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
8787
chmod +x toolbox
8888
```
@@ -95,7 +95,7 @@ You can also install Toolbox as a container:
9595

9696
```sh
9797
# see releases page for other versions
98-
export VERSION=0.4.0
98+
export VERSION=0.4.1
9999
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
100100
```
101101

@@ -108,7 +108,7 @@ To install from source, ensure you have the latest version of
108108
[Go installed](https://go.dev/doc/install), and then run the following command:
109109

110110
```sh
111-
go install github.com/googleapis/[email protected].0
111+
go install github.com/googleapis/[email protected].1
112112
```
113113
<!-- {x-release-please-end} -->
114114

cmd/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

docs/en/getting-started/introduction/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install Toolbox as a binary:
5858

5959
```sh
6060
# see releases page for other versions
61-
export VERSION=0.4.0
61+
export VERSION=0.4.1
6262
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
6363
chmod +x toolbox
6464
```
@@ -69,7 +69,7 @@ You can also install Toolbox as a container:
6969

7070
```sh
7171
# see releases page for other versions
72-
export VERSION=0.4.0
72+
export VERSION=0.4.1
7373
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
7474
```
7575

@@ -80,7 +80,7 @@ To install from source, ensure you have the latest version of
8080
[Go installed](https://go.dev/doc/install), and then run the following command:
8181

8282
```sh
83-
go install github.com/googleapis/[email protected].0
83+
go install github.com/googleapis/[email protected].1
8484
```
8585

8686
{{% /tab %}}

docs/en/getting-started/local_quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In this section, we will download Toolbox, configure our tools in a
116116
<!-- {x-release-please-start-version} -->
117117
```bash
118118
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
119-
curl -O https://storage.googleapis.com/genai-toolbox/v0.4.0/$OS/toolbox
119+
curl -O https://storage.googleapis.com/genai-toolbox/v0.4.1/$OS/toolbox
120120
```
121121
<!-- {x-release-please-end} -->
122122

docs/en/getting-started/mcp_quickstart/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In this section, we will download Toolbox, configure our tools in a
105105
<!-- {x-release-please-start-version} -->
106106
```bash
107107
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
108-
curl -O https://storage.googleapis.com/genai-toolbox/v0.4.0/$OS/toolbox
108+
curl -O https://storage.googleapis.com/genai-toolbox/v0.4.1/$OS/toolbox
109109
```
110110
<!-- {x-release-please-end} -->
111111

0 commit comments

Comments
 (0)