Skip to content

Commit 0bc2b9a

Browse files
committed
0.2.4
Automatically generated by python-semantic-release
1 parent 4b436de commit 0bc2b9a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.2.4 (2022-09-26)
6+
### Fix
7+
* Handle extra SSM parameters ([#11](https://github.com/developmentseed/pydantic-ssm-settings/issues/11)) ([`4b436de`](https://github.com/developmentseed/pydantic-ssm-settings/commit/4b436de1f2ed5eaef5ec91872b68b34c351ea909))
8+
59
## v0.2.3 (2022-06-22)
610
### Fix
711
* **security:** Bump pywin32 from 227 to 301 ([#10](https://github.com/developmentseed/pydantic-ssm-settings/issues/10)) ([`88bc1bd`](https://github.com/developmentseed/pydantic-ssm-settings/commit/88bc1bd3c52fd14e4dfa39d6e8d54e1e7073ad50))

pydantic_ssm_settings/__init__.py

+1-1
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.3"
4+
__version__ = "0.2.4"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = ["Anthony Lukach <[email protected]>"]
1111
name = "pydantic-ssm-settings"
1212
readme = "README.md"
1313
repository = "https://github.com/developmentseed/pydantic-ssm-settings/"
14-
version = "0.2.3"
14+
version = "0.2.4"
1515

1616
[tool.poetry.dependencies]
1717
"boto3" = "^1.21.45"

0 commit comments

Comments
 (0)