Skip to content

Commit

Permalink
πŸ”– Bump version: 0.1.3 β†’ 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoshiBin committed Oct 2, 2022
1 parent d60fb6b commit 19535c6
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.2.0
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"project": {
"name": "otel-client-python",
"description": "A human-friendly OpenTelemetry CLI",
"version": "0.1.3"
"version": "0.2.0"
}
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

<a name="0.2.0"></a>
## 0.2.0 (2022-08-24)

### Added

- ✨ Add support for array attributes Fixes #7 [d60fb6b]
- βœ… Include &#x60;str:&#x60; attribute prefix in tests [b8cf709]
- ✨ Support str: prefix for attributes Fixes #6 [6d5c574]
- βœ… Add tests for updown counter from CLI [f19c923]
- βœ… Add tests for updown counters [13dffb8]
- ✨ Add UpDownCounter support to otel-cli metrics Fixes #5 [af94026]

### Changed

- ⬆️ Bump opentelemetry libs to 1.12.0 [8707340]

### Removed

- βž– Remove mypy pre-commit hook [09428c8]
- βž– Remove pytest-otel [a93f4f9]

### Miscellaneous

- πŸ“ Update command name in docs to &quot;otel&quot; [fe32825]
- πŸ“ Add documentation about updown counters [3053e6f]


<a name="0.1.3"></a>
## 0.1.3 (2022-08-10)

Expand Down
2 changes: 1 addition & 1 deletion otel_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Moshi Binyamini"""
__email__ = "[email protected]"
__version__ = "0.1.3"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "otel-cli"
version = "0.1.3"
version = "0.2.0"
description = "CLI for OpenTelemetry Traces and Metrics in Python"
authors = ["Moshi Binyamini <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 19535c6

Please sign in to comment.