Skip to content

Commit 5649766

Browse files
bump: version 0.1.0 → 0.2.0
1 parent efccd0b commit 5649766

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
tag_format = "v$version"
55
update_changelog_on_bump = true
66
major_version_zero = true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.2.0 (2025-11-17)
2+
3+
### Feat
4+
5+
- **release**: Add configuration for Commitizen and GitHub Actions for release (#8)
6+
- Initial commit of OpenTelemetry MCP Server (#2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opentelemetry-mcp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "MCP server for querying OpenTelemetry traces from LLM applications with Opentelemetry support"
55
authors = [
66
{name = "Doron Kopit", email = "doron@traceloop.com"},

src/opentelemetry_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""OpenTelemetry MCP Server - Query OpenTelemetry traces from LLM applications."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)