File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.0 "
2+ "." : " 0.4.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.1 (2026-04-15)
4+
5+ Full Changelog: [ v0.3.0...v0.4.1] ( https://github.com/langchain-ai/langsmith-go/compare/v0.3.0...v0.4.1 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ c8717cc] ( https://github.com/langchain-ai/langsmith-go/commit/c8717cc4fc0868e1dd0a579ba3139fc6ec3ccbbd ) )
10+ * ** api:** sandbox apis ([ 4ef1a1e] ( https://github.com/langchain-ai/langsmith-go/commit/4ef1a1e741fc129d81938e24671a0db45875ca03 ) )
11+
12+
13+ ### Documentation
14+
15+ * improve examples ([ 38a244e] ( https://github.com/langchain-ai/langsmith-go/commit/38a244efc1139cdc4fc0909065acb5dd033cf240 ) )
16+
317## 0.3.0 (2026-04-08)
418
519Full Changelog: [ v0.2.2...v0.3.0] ( https://github.com/langchain-ai/langsmith-go/compare/v0.2.2...v0.3.0 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u ' github.com/langchain-ai/langsmith-go@v0.3.0 '
27+ go get -u ' github.com/langchain-ai/langsmith-go@v0.4.1 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.3.0 " // x-release-please-version
5+ const PackageVersion = "0.4.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments