Skip to content

Commit f95d552

Browse files
release: 0.1.0
1 parent 19e9dd2 commit f95d552

4 files changed

Lines changed: 37 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-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-12-04)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/moderation-api/sdk-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4823b5e](https://github.com/moderation-api/sdk-python/commit/4823b5e2fbd811e2f4eb08e3181d4674d03a59b3))
10+
* **api:** api update ([ad12a65](https://github.com/moderation-api/sdk-python/commit/ad12a65a09be5b7eaf14f770c1c4edb321db6640))
11+
* **api:** manual updates ([50ee715](https://github.com/moderation-api/sdk-python/commit/50ee7151e5ae1e22a2d8017e3f32a7816145a1ac))
12+
* **api:** manual updates ([c8e371a](https://github.com/moderation-api/sdk-python/commit/c8e371ae1be439008fbfb10cfe65d7798aef5eb6))
13+
* **api:** manual updates ([f017cbc](https://github.com/moderation-api/sdk-python/commit/f017cbcec45065e9e6a2f2bfa66cd1e5fa22b851))
14+
* **api:** manual updates ([c49725c](https://github.com/moderation-api/sdk-python/commit/c49725cb034edec7411733f2f63a688940573cac))
15+
* **api:** manual updates ([fa2efc8](https://github.com/moderation-api/sdk-python/commit/fa2efc8b09c8da26be5ec99c97f6ed11bdfc727b))
16+
* **api:** manual updates ([2957153](https://github.com/moderation-api/sdk-python/commit/29571536bb27811f9bd573829884bc36beb8a61b))
17+
* **api:** manual updates ([3ad868f](https://github.com/moderation-api/sdk-python/commit/3ad868f45c737db62e7486299e07027b608047d1))
18+
* **api:** manual updates ([75eae97](https://github.com/moderation-api/sdk-python/commit/75eae9712e59c4a7e8554f83f3ec2a4a55b10e46))
19+
* **api:** manual updates ([2ea195a](https://github.com/moderation-api/sdk-python/commit/2ea195a89e76808ba1957802a6394ea4bf20b039))
20+
* **api:** removed deprecated moderate endpoints ([6c5dd93](https://github.com/moderation-api/sdk-python/commit/6c5dd93fbe80619e6e4b270dfd4624b713ba9c15))
21+
22+
23+
### Bug Fixes
24+
25+
* ensure streams are always closed ([b4d4449](https://github.com/moderation-api/sdk-python/commit/b4d44494343f4925353071967649a414c05ae369))
26+
27+
28+
### Chores
29+
30+
* configure new SDK language ([74c5185](https://github.com/moderation-api/sdk-python/commit/74c5185ae751945b7b24839e406f7c371c8d0b34))
31+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([bbf694f](https://github.com/moderation-api/sdk-python/commit/bbf694f626644c1349960516a152a46bd8af1489))
32+
* **docs:** use environment variables for authentication in code snippets ([166f1cf](https://github.com/moderation-api/sdk-python/commit/166f1cf82be98f8fe92607b3983144af07788da9))
33+
* update lockfile ([ba4d9b9](https://github.com/moderation-api/sdk-python/commit/ba4d9b97fdc0d4a6a34058edc9d0b8dde4c8d5ba))
34+
* update SDK settings ([60af1e1](https://github.com/moderation-api/sdk-python/commit/60af1e123350c2cbacd9f05320048539d28b2cc4))

pyproject.toml

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

src/moderation_api/_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__ = "moderation_api"
4-
__version__ = "0.0.1" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)