Skip to content

Commit

Permalink
bump: version 0.3.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2024
1 parent e27d4a2 commit 70ffc36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.0 (2024-04-21)

### Feat

- Mark modules as internal (#18)

## v0.3.0 (2024-03-10)

### 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.3.0"
version = "1.0.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.3.0"
version = "1.0.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.3.0"
__version__ = "1.0.0"

0 comments on commit 70ffc36

Please sign in to comment.