Skip to content

Commit ed8d27c

Browse files
author
semantic-release
committed
1.1.1
Automatically generated by python-semantic-release
1 parent 59e46c9 commit ed8d27c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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

pydantic_ssm_settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .source import SsmSettingsSource
33

44
__all__ = ("SsmBaseSettings", "SsmSettingsConfigDict", "SsmSettingsSource")
5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "AWS SSM support for Pydantic Settings"
66
name = "pydantic-ssm-settings"
77
readme = "README.md"
88
requires-python = ">=3.9"
9-
version = "1.1.0"
9+
version = "1.1.1"
1010

1111
[dependency-groups]
1212
dev = [

0 commit comments

Comments
 (0)