From c125e4553915175e2d5ddfb2d136557341fbffdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Perras?= Date: Thu, 20 Jul 2023 20:30:16 -0400 Subject: [PATCH] chore(release): Bump version and changelog for 0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033b8df..b1d7746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1d66326..7b32783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"