Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent f2c915f commit 0bb97d9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.4.0 (2024-03-07)

### Feat

- BACK-40 added /telemetry path

### Fix

- **next-event**: use pydantic.model_validate_json

### Refactor

- updated constants

## 0.3.0 (2024-02-27)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
#-->> Metadata <<------------------------------------------
[tool.poetry]
name = "backend"
version = "0.3.0"
version = "0.4.0"
description = "Slick Telemetry backend written in python"
authors = ["Slick Telemetry <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -75,7 +75,7 @@ line-length = 120
target-version = ["py312"]

[tool.commitizen]
version = "0.3.0"
version = "0.4.0"
version_files = [
"app/__init__.py:__version__",
"pyproject.toml:version",
Expand Down

0 comments on commit 0bb97d9

Please sign in to comment.