Skip to content

Commit 4eb2bba

Browse files
release: 0.1.0
1 parent b557ea9 commit 4eb2bba

4 files changed

Lines changed: 32 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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-12-19)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Mozilla-Ocho/tabstack-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b557ea9](https://github.com/Mozilla-Ocho/tabstack-python/commit/b557ea95626e967e5d8d2ec8e533fd16fefceb70))
10+
* **api:** api update ([846fbb1](https://github.com/Mozilla-Ocho/tabstack-python/commit/846fbb18cb5dd2460ba5cfbf1fd7c4b745327d0b))
11+
12+
13+
### Bug Fixes
14+
15+
* use async_to_httpx_files in patch method ([3722dc8](https://github.com/Mozilla-Ocho/tabstack-python/commit/3722dc82196497a2f3984d33b71cdb526e62b609))
16+
17+
18+
### Chores
19+
20+
* **internal:** add `--fix` argument to lint script ([4b7bd77](https://github.com/Mozilla-Ocho/tabstack-python/commit/4b7bd771c8acba2537eb5ea40229d8e90e58757b))
21+
* sync repo ([03e9ef5](https://github.com/Mozilla-Ocho/tabstack-python/commit/03e9ef53e0e1e88e87d3bfa437e991dcd4a33b2a))
22+
* update SDK settings ([f78675d](https://github.com/Mozilla-Ocho/tabstack-python/commit/f78675dc8a120499a17f89f9f7c0ce61ec350746))
23+
* update SDK settings ([6bdaf91](https://github.com/Mozilla-Ocho/tabstack-python/commit/6bdaf91f5666467d5fd69ad0f916dc6288599576))
24+
* update SDK settings ([92f6785](https://github.com/Mozilla-Ocho/tabstack-python/commit/92f678557fe80699da86a1447801a5b5d54ffdf0))
25+
26+
27+
### Refactors
28+
29+
* **internal:** switch from rye to uv ([19b47fc](https://github.com/Mozilla-Ocho/tabstack-python/commit/19b47fc60ff7e09a1a915417772d6a93d9dc1fdd))

pyproject.toml

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

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

0 commit comments

Comments
 (0)