File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.1.1 (2025-02-05)
5+
6+ ### Bug Fixes
7+
8+ - ** ci** : Adapt workflow for Python Semantic Release v7 -> v9
9+ ([ ` 59e46c9 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/59e46c9c83e5b600038360b0d5ce30475482e2bb ) )
10+
11+ Python Semantic Release V8 brought changes where releases were no longer pushed to Github/PyPI. As
12+ such, we need to update our workflows.
13+ https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html
14+
15+
416## v1.1.0 (2025-02-04)
517
618### Bug Fixes
Original file line number Diff line number Diff line change 22from .source import SsmSettingsSource
33
44__all__ = ("SsmBaseSettings" , "SsmSettingsConfigDict" , "SsmSettingsSource" )
5- __version__ = "1.1.0 "
5+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "AWS SSM support for Pydantic Settings"
66name = " pydantic-ssm-settings"
77readme = " README.md"
88requires-python = " >=3.9"
9- version = " 1.1.0 "
9+ version = " 1.1.1 "
1010
1111[dependency-groups ]
1212dev = [
You can’t perform that action at this time.
0 commit comments