File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
19
## [ 0.4.0] - 2023-06-22
6
20
7
21
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dynaconf-aws-loader"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
description = " A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth."
5
5
homepage = " https://github.com/fictivekin/dynaconf-aws-loader"
6
6
repository = " https://github.com/fictivekin/dynaconf-aws-loader"
You can’t perform that action at this time.
0 commit comments