Skip to content

Commit 1fed6c5

Browse files
committed
0.2.2
Automatically generated by python-semantic-release
1 parent 650554d commit 1fed6c5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v0.2.2 (2022-06-21)
6+
### Fix
7+
* Instruct semantic-releases to up version in poetry config ([`650554d`](https://github.com/developmentseed/pydantic-ssm-settings/commit/650554df56e479d64039418a0738d80901b19432))
8+
59
## v0.2.1 (2022-06-21)
610
### Fix
711
* Fix semantic release build command ([`13ce3c7`](https://github.com/developmentseed/pydantic-ssm-settings/commit/13ce3c7106d180c44a51462cdab497391afa21ea))

pydantic_ssm_settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .settings import AwsSsmSourceConfig
22

33
__all__ = ("AwsSsmSourceConfig",)
4-
__version__ = "0.2.1"
4+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pydantic-ssm-settings"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Replace Pydantic's builtin Secret Support with a configuration provider that loads parameters from AWS Systems Manager Parameter Store."
99
authors = ["Anthony Lukach <anthonylukach@gmail.com>"]
1010
maintainers = ["Anthony Lukach <anthonylukach@gmail.com>"]

0 commit comments

Comments
 (0)