Skip to content

Commit d3cb24b

Browse files
committed
chore: post-release v0.1.0 - archive changelogs & bump dev versions
- Archive Unreleased changelogs as Version 0.1.0 - Bump instrumentation-loongsuite module versions to next dev Change-Id: I544ee3e3aaa99edefd55f7ed94cd1f5b923ffa16 Co-developed-by: Cursor <noreply@cursor.com>
1 parent 03571ae commit d3cb24b

File tree

20 files changed

+31
-9
lines changed

20 files changed

+31
-9
lines changed

CHANGELOG-loongsuite.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## Unreleased
1313

14+
## Version 0.1.0 (2026-02-28)
15+
1416
### Fixed
1517

1618
- Add `from __future__ import annotations` to fix Python 3.9 compatibility for union type syntax (`X | Y`)

instrumentation-loongsuite/loongsuite-instrumentation-agentscope/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.1.0 (2026-02-28)
11+
1012
### Fixed
1113

1214
- Fix tool call response parsing
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "0.2.0.dev"

instrumentation-loongsuite/loongsuite-instrumentation-agno/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.1.0 (2026-02-28)
11+
1012
### Fixed
1113

1214
- Fix aresponse missing await and double wrapped() calls
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1b0.dev"
1+
__version__ = "0.2.0.dev"

instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.1.0 (2026-02-28)
11+
1012
### Added
1113

1214
- Initial implementation of Claude Agent SDK instrumentation

instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/src/opentelemetry/instrumentation/claude_agent_sdk/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.dev0"
15+
__version__ = "0.2.0.dev"

instrumentation-loongsuite/loongsuite-instrumentation-dashscope/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.1.0 (2026-02-28)
11+
1012
### Added
1113

1214
- Add support for multimodal API

instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/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.dev0"
15+
__version__ = "0.2.0.dev"

instrumentation-loongsuite/loongsuite-instrumentation-dify/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.1.0 (2026-02-28)
11+
1012
### Fixed
1113

1214
- Correct timestamp calculation in dify instrumentation

0 commit comments

Comments
 (0)