Skip to content

Commit

Permalink
bump: version 2.1.3 → 2.2.0 (#96)
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 May 23, 2023
1 parent 1a8411f commit 7216afa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.2.0 (2023-05-23)

### Feat

- support StrEnum from python 3.11 (#91)
- add support fro string enum (#88)
- dependabot (#69)
- upgrade deps and switch to ruff (#68)

### Fix

- union and yaml loader fixes (#92)
- license

## v2.1.3 (2022-12-05)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion dataconf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.3"
__version__ = "2.2.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 = "2.1.3"
version = "2.2.0"
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
authors = []
license = "MPL-2.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ ruff = ">=0.0.247,<0.0.264"

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

0 comments on commit 7216afa

Please sign in to comment.