Skip to content

Commit fcd8984

Browse files
authored
Merge pull request #16 from fictivekin/0.5.0-release
Bump version and changelog for `0.5.0`
2 parents 0a3479c + c125e45 commit fcd8984

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.0] - 2023-07-20
6+
7+
### Bug Fixes
8+
9+
- Actually allow single-parameter loading to work
10+
11+
### Miscellaneous Tasks
12+
13+
- Reorganize Action workflow to utilize python cache
14+
- Add additional unit-ish tests for loader
15+
- Handle loader identifier changes between Dynaconf 3.1->3.2
16+
- Update workflow to utilize Dynaconf versions in test matrix
17+
- Replace warn logging with info/error
18+
519
## [0.4.0] - 2023-06-22
620

721
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dynaconf-aws-loader"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
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"

0 commit comments

Comments
 (0)