Skip to content

Commit

Permalink
Merge pull request #16 from fictivekin/0.5.0-release
Browse files Browse the repository at this point in the history
Bump version and changelog for `0.5.0`
  • Loading branch information
jperras authored Jul 21, 2023
2 parents 0a3479c + c125e45 commit fcd8984
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.5.0] - 2023-07-20

### Bug Fixes

- Actually allow single-parameter loading to work

### Miscellaneous Tasks

- Reorganize Action workflow to utilize python cache
- Add additional unit-ish tests for loader
- Handle loader identifier changes between Dynaconf 3.1->3.2
- Update workflow to utilize Dynaconf versions in test matrix
- Replace warn logging with info/error

## [0.4.0] - 2023-06-22

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dynaconf-aws-loader"
version = "0.4.0"
version = "0.5.0"
description = "A custom loader for Dynaconf that uses AWS Systems Manager Parameter Store as a source of truth."
homepage = "https://github.com/fictivekin/dynaconf-aws-loader"
repository = "https://github.com/fictivekin/dynaconf-aws-loader"
Expand Down

0 comments on commit fcd8984

Please sign in to comment.