Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 21, 2022
1 parent 650554d commit 1fed6c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.2 (2022-06-21)
### Fix
* Instruct semantic-releases to up version in poetry config ([`650554d`](https://github.com/developmentseed/pydantic-ssm-settings/commit/650554df56e479d64039418a0738d80901b19432))

## v0.2.1 (2022-06-21)
### Fix
* Fix semantic release build command ([`13ce3c7`](https://github.com/developmentseed/pydantic-ssm-settings/commit/13ce3c7106d180c44a51462cdab497391afa21ea))
Expand Down
2 changes: 1 addition & 1 deletion pydantic_ssm_settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .settings import AwsSsmSourceConfig

__all__ = ("AwsSsmSourceConfig",)
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "pydantic-ssm-settings"
version = "0.2.1"
version = "0.2.2"
description = "Replace Pydantic's builtin Secret Support with a configuration provider that loads parameters from AWS Systems Manager Parameter Store."
authors = ["Anthony Lukach <[email protected]>"]
maintainers = ["Anthony Lukach <[email protected]>"]
Expand Down

0 comments on commit 1fed6c5

Please sign in to comment.