File tree Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.3
2
+ current_version = 0.2.0
3
3
commit = True
4
4
tag = False
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 2
2
"project": {
3
3
"name": "otel-client-python",
4
4
"description": "A human-friendly OpenTelemetry CLI",
5
- "version": "0.1.3 "
5
+ "version": "0.2.0 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 ` ; str:` ; 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 " ; otel" ; [ fe32825]
27
+ - π Add documentation about updown counters [ 3053e6f]
28
+
29
+
3
30
<a name =" 0.1.3 " ></a >
4
31
## 0.1.3 (2022-08-10)
5
32
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Moshi Binyamini"""
4
4
__email__ = "moshi.binyamini@dell.com"
5
- __version__ = "0.1.3 "
5
+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " otel-cli"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
description = " CLI for OpenTelemetry Traces and Metrics in Python"
5
5
authors = [" Moshi Binyamini <moshi.binyamini@dell.com>" ]
6
6
readme = " README.md"
You canβt perform that action at this time.
0 commit comments