Skip to content

Commit 17eb2f5

Browse files
committed
chore: release release-config-test
1 parent 6135480 commit 17eb2f5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-langchain": "0.1.0"}
1+
{"packages/toolbox-langchain":"0.1.1","packages/toolbox-core":"0.1.0"}

packages/toolbox-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-03-26)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* add initial toolbox-core package ([#102](https://github.com/googleapis/genai-toolbox-langchain-python/issues/102)) ([771a29c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/771a29cde96581c2a1d9860a98fd22bf922915b5))

packages/toolbox-langchain/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/genai-toolbox-langchain-python/compare/v0.1.0...v0.1.1) (2025-03-26)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* fix urls in pyproject.toml ([#101](https://github.com/googleapis/genai-toolbox-langchain-python/issues/101)) ([6e5875e](https://github.com/googleapis/genai-toolbox-langchain-python/commit/6e5875eb5c3dbce9c9efb00418716577f90e4d05))
9+
310
## 0.1.0 (2025-02-05)
411

512

@@ -24,4 +31,3 @@
2431
### Bug Fixes
2532

2633
* Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([c5c699c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/c5c699cc29bcc0708a31bff90e8cec489982fe2a))
27-

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__ = "0.1.0"
15+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)