Skip to content

Commit cc7572f

Browse files
release: 1.5.0
1 parent c847232 commit cc7572f

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.5.0 (2025-09-20)
4+
5+
Full Changelog: [v1.4.0...v1.5.0](https://github.com/DayMoonDevelopment/post-for-me-python/compare/v1.4.0...v1.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a6e5319](https://github.com/DayMoonDevelopment/post-for-me-python/commit/a6e53194e5b8460f6446aa8e53d60da9072c2a2b))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([c847232](https://github.com/DayMoonDevelopment/post-for-me-python/commit/c847232c41fc4df1119f7dc6032875425262e5cc))
15+
* **internal:** update pydantic dependency ([feee153](https://github.com/DayMoonDevelopment/post-for-me-python/commit/feee153b47eb97eb2cc24e192dd5a7d074b7668a))
16+
* **types:** change optional parameter type from NotGiven to Omit ([a2e29a6](https://github.com/DayMoonDevelopment/post-for-me-python/commit/a2e29a686feb9a61e208bcf99b7e6e813cac4c42))
17+
318
## 1.4.0 (2025-09-06)
419

520
Full Changelog: [v1.3.2...v1.4.0](https://github.com/DayMoonDevelopment/post-for-me-python/compare/v1.3.2...v1.4.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 = "post_for_me"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "The official Python library for the post-for-me API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/post_for_me/_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__ = "post_for_me"
4-
__version__ = "1.4.0" # x-release-please-version
4+
__version__ = "1.5.0" # x-release-please-version

0 commit comments

Comments
 (0)