Skip to content

Commit e76e471

Browse files
release: 0.1.0
1 parent 74298a1 commit e76e471

4 files changed

Lines changed: 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-05-24)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/onlyfansapi/onlyfansapi-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([021fb01](https://github.com/onlyfansapi/onlyfansapi-python/commit/021fb012bce3d73c215d1d649cd8da19ba2995a8))
10+
* **api:** api update ([8b2d179](https://github.com/onlyfansapi/onlyfansapi-python/commit/8b2d1792bf92ae8bf29e1702fa6cec6f6a5c13df))
11+
* **api:** manual updates ([9888463](https://github.com/onlyfansapi/onlyfansapi-python/commit/9888463ada2f150f454f4bfcf3b54ffcf11d9c66))
12+
* **api:** manual updates ([e89ce9e](https://github.com/onlyfansapi/onlyfansapi-python/commit/e89ce9e100c86ed428393e95944ca1f1d509987d))
13+
14+
15+
### Chores
16+
17+
* configure new SDK language ([00a0e40](https://github.com/onlyfansapi/onlyfansapi-python/commit/00a0e40489a729497ed9e4e62848c6170f924c12))
18+
* update SDK settings ([d2fc95e](https://github.com/onlyfansapi/onlyfansapi-python/commit/d2fc95e2887b0d1224f80cd918054ac2c3fb7288))

pyproject.toml

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

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

0 commit comments

Comments
 (0)