Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#16)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2024-10-28)


### Features

* Add address and port flags
([#7](#7))
([df9ad9e](df9ad9e))
* Add AlloyDB source and tool
([#23](#23))
([fe92d02](fe92d02))
* Add basic CLI
([#5](#5))
([1539ee5](1539ee5))
* Add basic http server
([#6](#6))
([e09ae30](e09ae30))
* Add basic parsing from tools file
([#8](#8))
([b9ba364](b9ba364))
* Add initial cloud sql pg invocation
([#14](#14))
([3703176](3703176))
* Add Postgres source and tool
([#25](#25))
([2742ed4](2742ed4))
* Add preliminary parsing of parameters
([#13](#13))
([27edd3b](27edd3b))
* Add support for array type parameters
([#26](#26))
([3903e86](3903e86))
* Add toolset configuration
([#12](#12))
([59b4bc0](59b4bc0))
* Add Toolset manifest endpoint
([#11](#11))
([61e7b78](61e7b78))
* **langchain-sdk:** Add Toolbox SDK for LangChain
([#22](#22))
([0bcd4b6](0bcd4b6))
* Stub basic control plane functionality
([#9](#9))
([336bdc4](336bdc4))


### Miscellaneous Chores

* Release 0.0.1
([#31](#31))
([1f24ddd](1f24ddd))


### Continuous Integration

* Add realease-please
([#15](#15))
([17fbbb4](17fbbb4))

---
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>
  • Loading branch information
release-please[bot] authored Oct 28, 2024
1 parent 2742ed4 commit 7e8b870
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## 0.0.1 (2024-10-28)


### Features

* Add address and port flags ([#7](/~https://github.com/googleapis/genai-toolbox/issues/7)) ([df9ad9e](/~https://github.com/googleapis/genai-toolbox/commit/df9ad9e33f99e6e5b692d9a99c2a90fbe3667265))
* Add AlloyDB source and tool ([#23](/~https://github.com/googleapis/genai-toolbox/issues/23)) ([fe92d02](/~https://github.com/googleapis/genai-toolbox/commit/fe92d02ae2ac2e70769dd2ee177cab91233a01cd))
* Add basic CLI ([#5](/~https://github.com/googleapis/genai-toolbox/issues/5)) ([1539ee5](/~https://github.com/googleapis/genai-toolbox/commit/1539ee56dddbee3a19069ef887375e76503fbdbd))
* Add basic http server ([#6](/~https://github.com/googleapis/genai-toolbox/issues/6)) ([e09ae30](/~https://github.com/googleapis/genai-toolbox/commit/e09ae30a90083a3777f91dd661e5a85bacdd48ba))
* Add basic parsing from tools file ([#8](/~https://github.com/googleapis/genai-toolbox/issues/8)) ([b9ba364](/~https://github.com/googleapis/genai-toolbox/commit/b9ba364fb66a884178d207e57310e07cf8d6cff1))
* Add initial cloud sql pg invocation ([#14](/~https://github.com/googleapis/genai-toolbox/issues/14)) ([3703176](/~https://github.com/googleapis/genai-toolbox/commit/3703176fce110ebb999deeb73d6b3aba29dee276))
* Add Postgres source and tool ([#25](/~https://github.com/googleapis/genai-toolbox/issues/25)) ([2742ed4](/~https://github.com/googleapis/genai-toolbox/commit/2742ed48b8d52f748a9edbc520068e1b88d82758))
* Add preliminary parsing of parameters ([#13](/~https://github.com/googleapis/genai-toolbox/issues/13)) ([27edd3b](/~https://github.com/googleapis/genai-toolbox/commit/27edd3b5f671b2ce7677729fae4e56381271c990))
* Add support for array type parameters ([#26](/~https://github.com/googleapis/genai-toolbox/issues/26)) ([3903e86](/~https://github.com/googleapis/genai-toolbox/commit/3903e860bc67a7b385e316220ba4ea37e00c20f2))
* Add toolset configuration ([#12](/~https://github.com/googleapis/genai-toolbox/issues/12)) ([59b4bc0](/~https://github.com/googleapis/genai-toolbox/commit/59b4bc07f4b8521c188d10ed047eee817d19e424))
* Add Toolset manifest endpoint ([#11](/~https://github.com/googleapis/genai-toolbox/issues/11)) ([61e7b78](/~https://github.com/googleapis/genai-toolbox/commit/61e7b78ad8af2e51f824ced32d14234fa32da30a))
* **langchain-sdk:** Add Toolbox SDK for LangChain ([#22](/~https://github.com/googleapis/genai-toolbox/issues/22)) ([0bcd4b6](/~https://github.com/googleapis/genai-toolbox/commit/0bcd4b6e418a8e43f2b7b74a0969da171e2081bf))
* Stub basic control plane functionality ([#9](/~https://github.com/googleapis/genai-toolbox/issues/9)) ([336bdc4](/~https://github.com/googleapis/genai-toolbox/commit/336bdc4d56580637afff2313bef64b50b148faca))


### Miscellaneous Chores

* Release 0.0.1 ([#31](/~https://github.com/googleapis/genai-toolbox/issues/31)) ([1f24ddd](/~https://github.com/googleapis/genai-toolbox/commit/1f24dddb4b24ff4336998bf43acaf4607a48ff66))


### Continuous Integration

* Add realease-please ([#15](/~https://github.com/googleapis/genai-toolbox/issues/15)) ([17fbbb4](/~https://github.com/googleapis/genai-toolbox/commit/17fbbb49b05996c2c43df4b72cf08488224c522a))
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.0.1

0 comments on commit 7e8b870

Please sign in to comment.