Skip to content

Commit 19535c6

Browse files
committed
πŸ”– Bump version: 0.1.3 β†’ 0.2.0
1 parent d60fb6b commit 19535c6

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

β€Ž.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.2.0
33
commit = True
44
tag = False
55
tag_name = {new_version}

β€Ž.gitmoji-changelogrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"project": {
33
"name": "otel-client-python",
44
"description": "A human-friendly OpenTelemetry CLI",
5-
"version": "0.1.3"
5+
"version": "0.2.0"
66
}
77
}

β€ŽCHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
<a name="0.2.0"></a>
4+
## 0.2.0 (2022-08-24)
5+
6+
### Added
7+
8+
- ✨ Add support for array attributes Fixes #7 [d60fb6b]
9+
- βœ… Include &#x60;str:&#x60; attribute prefix in tests [b8cf709]
10+
- ✨ Support str: prefix for attributes Fixes #6 [6d5c574]
11+
- βœ… Add tests for updown counter from CLI [f19c923]
12+
- βœ… Add tests for updown counters [13dffb8]
13+
- ✨ Add UpDownCounter support to otel-cli metrics Fixes #5 [af94026]
14+
15+
### Changed
16+
17+
- ⬆️ Bump opentelemetry libs to 1.12.0 [8707340]
18+
19+
### Removed
20+
21+
- βž– Remove mypy pre-commit hook [09428c8]
22+
- βž– Remove pytest-otel [a93f4f9]
23+
24+
### Miscellaneous
25+
26+
- πŸ“ Update command name in docs to &quot;otel&quot; [fe32825]
27+
- πŸ“ Add documentation about updown counters [3053e6f]
28+
29+
330
<a name="0.1.3"></a>
431
## 0.1.3 (2022-08-10)
532

β€Žotel_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Moshi Binyamini"""
44
__email__ = "moshi.binyamini@dell.com"
5-
__version__ = "0.1.3"
5+
__version__ = "0.2.0"

β€Ž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 = "otel-cli"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "CLI for OpenTelemetry Traces and Metrics in Python"
55
authors = ["Moshi Binyamini <moshi.binyamini@dell.com>"]
66
readme = "README.md"

0 commit comments

Comments
Β (0)