Skip to content

Commit 06f2f76

Browse files
release: 7.10.0
1 parent 3cd5477 commit 06f2f76

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.9.0"
2+
".": "7.10.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 7.10.0 (2026-03-25)
4+
5+
Full Changelog: [v7.9.0...v7.10.0](https://github.com/trycourier/courier-python/compare/v7.9.0...v7.10.0)
6+
7+
### Features
8+
9+
* **api:** add create/retrieve/archive/publish/replace, event_id param to notifications ([3cd5477](https://github.com/trycourier/courier-python/commit/3cd547737982b5d845780b64e0526321b0b54a85))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([19dae33](https://github.com/trycourier/courier-python/commit/19dae33c3428ebd7e5c1bf27b51d97c491862f62))
15+
* **pydantic:** do not pass `by_alias` unless set ([10db070](https://github.com/trycourier/courier-python/commit/10db0705d5f517511df5c649b6183f12409fa977))
16+
* sanitize endpoint path params ([3565a88](https://github.com/trycourier/courier-python/commit/3565a88b9340b52f36c4a73d377133cfcd2bf6fa))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([4d21b50](https://github.com/trycourier/courier-python/commit/4d21b50d99ef1424e04abdd7427e3818d857ed03))
22+
* **internal:** tweak CI branches ([75425fb](https://github.com/trycourier/courier-python/commit/75425fbbcab9362d2e2f55dd91f0f954e90b812e))
23+
* **internal:** update gitignore ([622db6f](https://github.com/trycourier/courier-python/commit/622db6f22ee15af2a08269ae1c792e592c5c9a50))
24+
325
## 7.9.0 (2026-03-12)
426

527
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trycourier"
3-
version = "7.9.0"
3+
version = "7.10.0"
44
description = "The official Python library for the Courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/courier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "courier"
4-
__version__ = "7.9.0" # x-release-please-version
4+
__version__ = "7.10.0" # x-release-please-version

0 commit comments

Comments
 (0)