File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## v1.5.0 (2022-04-29)
2
11
3
12
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "1.5 .0"
1
+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dataconf"
3
- version = " 1.5 .0"
3
+ version = " 2.0 .0"
4
4
description = " Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
5
5
authors = []
6
6
license = " Apache2"
@@ -30,7 +30,7 @@ commitizen = "^2.27.1"
30
30
31
31
[tool .commitizen ]
32
32
name = " cz_conventional_commits"
33
- version = " 1.5 .0"
33
+ version = " 2.0 .0"
34
34
tag_format = " v$major.$minor.$patch$prerelease"
35
35
version_files = [
36
36
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments