Skip to content

Commit f4362c8

Browse files
chore(main): release toolbox-langchain 1.0.1 (#614)
* chore(main): release toolbox-langchain 1.0.1 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent 8be6eb5 commit f4362c8

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/toolbox-langchain": "1.0.0",
2+
"packages/toolbox-langchain": "1.0.1",
33
"packages/toolbox-core": "1.1.0",
44
"packages/toolbox-llamaindex": "0.6.0",
55
"packages/toolbox-adk": "1.0.1"

packages/toolbox-langchain/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v1.0.0...toolbox-langchain-v1.0.1) (2026-05-18)
4+
5+
6+
### Documentation
7+
8+
* Consolidate and improve `DEVELOPER.md` and `CONTRIBUTING.md` ([#636](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/636)) ([7d08938](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7d0893801668fc122a62da4cb9979e85db4cd598))
9+
* migrate documentation links to mcp-toolbox.dev ([#624](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/624)) ([bfb1b02](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/bfb1b02377cf98010abbaf641eca04629a796694))
10+
* rebrand references for repo and docsite ([#635](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/635)) ([95b484b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/95b484bef3d1390110f129fd6eb5c0f96dde838c))
11+
312
## [1.0.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.6.0...toolbox-langchain-v1.0.0) (2026-03-25)
413

514

packages/toolbox-langchain/src/toolbox_langchain/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.0"
15+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)