Skip to content

Commit 44a5446

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 1c89c0c commit 44a5446

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# CHANGELOG
22

33

4+
## v1.1.0 (2025-02-04)
5+
6+
### Bug Fixes
7+
8+
- **test**: Ensure client is mocked
9+
([`1c89c0c`](https://github.com/developmentseed/pydantic-ssm-settings/commit/1c89c0c1b1c5f91d57765d6c9930e525acdb68ca))
10+
11+
### Chores
12+
13+
- Rename AwsSsmSourceConfig to AwsSsmBaseSettings
14+
([`8ea89bb`](https://github.com/developmentseed/pydantic-ssm-settings/commit/8ea89bb6029bf3e09aa3f759682bcece9dd0f8bf))
15+
16+
- Rename classes for brevity
17+
([`333ebf6`](https://github.com/developmentseed/pydantic-ssm-settings/commit/333ebf6ea1abd3039bcce9b40995780564a7b30c))
18+
19+
- Rm unused subclassed methods
20+
([`af76030`](https://github.com/developmentseed/pydantic-ssm-settings/commit/af76030ad1fd418423d626021cbe8d2771b84a44))
21+
22+
- Up pkg version in lock
23+
([`4186d7e`](https://github.com/developmentseed/pydantic-ssm-settings/commit/4186d7e65d47b33f5af3d6f8c91873c3ad79fef5))
24+
25+
- **docs**: Improve readme
26+
([`46c5357`](https://github.com/developmentseed/pydantic-ssm-settings/commit/46c53579be48185c0ecee64bdd3dd6f016ef74d1))
27+
28+
- **test**: Rm unused variables
29+
([`9b495c6`](https://github.com/developmentseed/pydantic-ssm-settings/commit/9b495c62d17e0d8bec9536f6714e6dd69ec86b22))
30+
31+
### Features
32+
33+
- Support custom boto3 client
34+
([`1def3c3`](https://github.com/developmentseed/pydantic-ssm-settings/commit/1def3c32bcde4b12c5951fc2db467ef0cedd9eb0))
35+
36+
437
## v1.0.0 (2025-02-04)
538

639
### 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.0.0"
5+
__version__ = "1.1.0"

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.0.0"
9+
version = "1.1.0"
1010

1111
[dependency-groups]
1212
dev = [

0 commit comments

Comments
 (0)