Skip to content

Commit 27806bc

Browse files
committed
0.2.1
Automatically generated by python-semantic-release
1 parent 13ce3c7 commit 27806bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.1 (2022-06-21)
6+
### Fix
7+
* Fix semantic release build command ([`13ce3c7`](https://github.com/developmentseed/pydantic-ssm-settings/commit/13ce3c7106d180c44a51462cdab497391afa21ea))
8+
59
## v0.2.0 (2022-06-21)
610
### Feature
711
* Test auto-versioning ([`ab98524`](https://github.com/developmentseed/pydantic-ssm-settings/commit/ab98524d205d0b6567f2221b6804238cbab87568))

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.0"
4+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)