We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce3c7 commit 27806bcCopy full SHA for 27806bc
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.2.1 (2022-06-21)
6
+### Fix
7
+* Fix semantic release build command ([`13ce3c7`](https://github.com/developmentseed/pydantic-ssm-settings/commit/13ce3c7106d180c44a51462cdab497391afa21ea))
8
+
9
## v0.2.0 (2022-06-21)
10
### Feature
11
* Test auto-versioning ([`ab98524`](https://github.com/developmentseed/pydantic-ssm-settings/commit/ab98524d205d0b6567f2221b6804238cbab87568))
pydantic_ssm_settings/__init__.py
@@ -1,4 +1,4 @@
1
from .settings import AwsSsmSourceConfig
__all__ = ("AwsSsmSourceConfig",)
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments