Skip to content

Commit 5a40b47

Browse files
bump: version 1.5.0 → 2.0.0 (#49)
Co-authored-by: zifeo <zifeo@users.noreply.github.com>
1 parent 5074796 commit 5a40b47

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.0.0 (2022-06-28)
2+
3+
### Feat
4+
5+
- add support for any
6+
- add cli source and rename env dict/list to env vars (#48)
7+
- add support for disambiguating subtypes (#45)
8+
- support for basic Enum/IntEnum implementation (#44)
9+
110
## v1.5.0 (2022-04-29)
211

312
### Feat

dataconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "2.0.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataconf"
3-
version = "1.5.0"
3+
version = "2.0.0"
44
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
55
authors = []
66
license = "Apache2"
@@ -30,7 +30,7 @@ commitizen = "^2.27.1"
3030

3131
[tool.commitizen]
3232
name = "cz_conventional_commits"
33-
version = "1.5.0"
33+
version = "2.0.0"
3434
tag_format = "v$major.$minor.$patch$prerelease"
3535
version_files = [
3636
"pyproject.toml:version",

0 commit comments

Comments
 (0)