Skip to content

Commit

Permalink
πŸ”– Bump version: 0.3.0 β†’ 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoshiBin committed Nov 30, 2022
1 parent a7ba4bf commit 8545469
Show file tree
Hide file tree
Showing 5 changed files with 12 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.3.0
current_version = 0.3.1
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.3.0"
"version": "0.3.1"
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a name="0.3.1"></a>
## 0.3.1 (2022-11-30)

### Fixed

- πŸ’š Fix release workflow [[a7ba4bf](https://github.com/dell/opentelemetry-cli/commit/a7ba4bfc847f4070453b203b39cf6be15fad68d8)]


<a name="0.3.0"></a>
## 0.3.0 (2022-11-30)

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.3.0"
__version__ = "0.3.1"
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.3.0"
version = "0.3.1"
description = "CLI for OpenTelemetry Traces and Metrics in Python"
authors = ["Moshi Binyamini <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8545469

Please sign in to comment.