Skip to content

Commit c367a43

Browse files
committed
version
1 parent 0e1415c commit c367a43

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGLOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.1.19] - 2025-11-10
2+
### Added
3+
- langchain callback support langchain V1
4+
- langchain callback support set tag and name
5+
16
## [0.1.19] - 2025-11-10
27
### Fixed
38
- fix baggage escape problem

cozeloop/internal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
22
# SPDX-License-Identifier: MIT
33

4-
VERSION = 'v0.1.20a7'
4+
VERSION = 'v0.1.20'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cozeloop"
3-
version = "0.1.20a7"
3+
version = "0.1.20"
44
description = "coze loop sdk"
55
authors = ["JiangQi715 <jiangqi.rrt@bytedance.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)