Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2024
1 parent 23637c3 commit 8b14113
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.0 (2024-03-10)

### Feat

- Introduce hierarchy between env and config (#16)
- Support PEP 561 (#13)

## v0.2.0 (2024-01-01)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.2.0"
version = "0.3.0"
name = "cz_conventional_commits"
tag_format = "v$version"
version_files = [
Expand All @@ -11,7 +11,7 @@ changelog_file = "docs/CHANGELOG.md"

[tool.poetry]
name = "pit-viper"
version = "0.2.0"
version = "0.3.0"
description = "Pit-Viper is a Python package that offers configuration management capabilities like the Viper package in Golang."
authors = ["Leo Schleier <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pit/viper/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version information for pit-viper."""
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 8b14113

Please sign in to comment.