Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.5.0 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: zifeo <[email protected]>
  • Loading branch information
github-actions[bot] and zifeo authored Apr 29, 2022
1 parent 7c2c637 commit d362282
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.5.0 (2022-04-29)

### Feat

- add ignore_unexpected option to ignore unwanted keys
- deps update and support for prefixless env parsing
- commitizen

### Fix

- list must start with 0

## v1.4.0 (2022-03-08)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dataconf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.5.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataconf"
version = "1.4.0"
version = "1.5.0"
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
authors = []
license = "Apache2"
Expand Down Expand Up @@ -30,7 +30,7 @@ commitizen = "^2.21.2"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.0"
version = "1.5.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit d362282

Please sign in to comment.