chore(main): release 0.2.1 (#324)

🤖 I have created a release *beep* *boop*
---


##
[0.2.1](https://github.com/googleapis/genai-toolbox/compare/v0.2.0...v0.2.1)
(2025-03-20)


### Bug Fixes

* Fix variable name in quickstart
([#336](https://github.com/googleapis/genai-toolbox/issues/336))
([5400127](5400127887))
* **source/alloydb:** Correct user agents not being sent
([#323](https://github.com/googleapis/genai-toolbox/issues/323))
([ce12a34](ce12a344ed))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan <45984206+Yuan325@users.noreply.github.com>
This commit is contained in:
release-please[bot]
2025-03-20 14:43:12 -07:00
committed by GitHub
parent 4c281e535f
commit 58c1203f77
5 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [0.2.1](https://github.com/googleapis/genai-toolbox/compare/v0.2.0...v0.2.1) (2025-03-20)
### Bug Fixes
* Fix variable name in quickstart ([#336](https://github.com/googleapis/genai-toolbox/issues/336)) ([5400127](https://github.com/googleapis/genai-toolbox/commit/54001278878042aff75ed421b9fbe70008e9dd4d))
* **source/alloydb:** Correct user agents not being sent ([#323](https://github.com/googleapis/genai-toolbox/issues/323)) ([ce12a34](https://github.com/googleapis/genai-toolbox/commit/ce12a344ed6290c7c6e36ee117318c20d6fdccc2))
## [0.2.0](https://github.com/googleapis/genai-toolbox/compare/v0.1.0...v0.2.0) (2025-03-03)

View File

@@ -75,7 +75,7 @@ To install Toolbox as a binary:
<!-- {x-release-please-start-version} -->
```sh
# see releases page for other versions
export VERSION=0.2.0
export VERSION=0.2.1
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
chmod +x toolbox
```
@@ -88,7 +88,7 @@ You can also install Toolbox as a container:
```sh
# see releases page for other versions
export VERSION=0.2.0
export VERSION=0.2.1
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
```
@@ -101,7 +101,7 @@ To install from source, ensure you have the latest version of
[Go installed](https://go.dev/doc/install), and then run the following command:
```sh
go install github.com/googleapis/genai-toolbox@v0.2.0
go install github.com/googleapis/genai-toolbox@v0.2.1
```
<!-- {x-release-please-end} -->

View File

@@ -1 +1 @@
0.2.0
0.2.1

View File

@@ -51,7 +51,7 @@ To install Toolbox as a binary:
```sh
# see releases page for other versions
export VERSION=0.2.0
export VERSION=0.2.1
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
chmod +x toolbox
```
@@ -62,7 +62,7 @@ You can also install Toolbox as a container:
```sh
# see releases page for other versions
export VERSION=0.2.0
export VERSION=0.2.1
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
```
@@ -73,7 +73,7 @@ To install from source, ensure you have the latest version of
[Go installed](https://go.dev/doc/install), and then run the following command:
```sh
go install github.com/googleapis/genai-toolbox@v0.2.0
go install github.com/googleapis/genai-toolbox@v0.2.1
```
{{% /tab %}}

View File

@@ -131,7 +131,7 @@ In this section, we will download Toolbox, configure our tools in a
<!-- {x-release-please-start-version} -->
```bash
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
curl -O https://storage.googleapis.com/genai-toolbox/v0.2.0/$OS/toolbox
curl -O https://storage.googleapis.com/genai-toolbox/v0.2.1/$OS/toolbox
```
<!-- {x-release-please-end} -->