Skip to content

Commit 547c4b6

Browse files
authored
Merge pull request #11 from fictivekin/0.4.0-release
Bump version and Changelog for 0.4.0
2 parents beb5ac3 + 6c5eb88 commit 547c4b6

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.0] - 2023-06-22
6+
7+
### Bug Fixes
8+
9+
- Add missing cleanup for parameter deletion
10+
11+
### Features
12+
13+
- Allow initialization to continue without crashing if no region is set
14+
- Verify commit message structure in workflow
15+
- Merge non-namespaced params with namespaced params
16+
- Add NamespaceFilter
17+
- Optionally load default environment keys
18+
19+
### Miscellaneous Tasks
20+
21+
- Add pull_from_env_or_obj utility function
22+
- Update README.rst
23+
- More details on configuration variables
24+
- Change logger name and use warn instead of exception level
25+
- Guard against non-string type for DEFAULT_ENV_FOR_DYNACONF
26+
27+
### Refactor
28+
29+
- Unify exception handling style
30+
- Unify environment parameter naming scheme
31+
532
## [0.3.2] - 2023-06-07
633

734
### Miscellaneous Tasks

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "dynaconf-aws-loader"
3-
version = "0.3.2"
4-
description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth"
3+
version = "0.4.0"
4+
description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth."
55
homepage = "https://github.com/fictivekin/dynaconf-aws-loader"
66
repository = "https://github.com/fictivekin/dynaconf-aws-loader"
77
authors = [
@@ -22,7 +22,6 @@ include = [
2222
"CHANGELOG.md"
2323
]
2424

25-
2625
[tool.poetry.dependencies]
2726
python = "^3.8"
2827
boto3 = "^1.26"

0 commit comments

Comments
 (0)