Skip to content

Commit 8ed17e2

Browse files
release: 0.1.0
1 parent b3d51f5 commit 8ed17e2

4 files changed

Lines changed: 42 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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-01-13)
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 ([b3d51f5](https://github.com/Mozilla-Ocho/tabstack-python/commit/b3d51f54ce28b6f46d2b608dc2654072bb13b36b))
10+
* **api:** api update ([b557ea9](https://github.com/Mozilla-Ocho/tabstack-python/commit/b557ea95626e967e5d8d2ec8e533fd16fefceb70))
11+
* **api:** api update ([846fbb1](https://github.com/Mozilla-Ocho/tabstack-python/commit/846fbb18cb5dd2460ba5cfbf1fd7c4b745327d0b))
12+
* **api:** manual updates ([25d4e29](https://github.com/Mozilla-Ocho/tabstack-python/commit/25d4e29291e1ac55840de038bac0e32cd3b150b5))
13+
* **api:** manual updates ([dbfbf9c](https://github.com/Mozilla-Ocho/tabstack-python/commit/dbfbf9c93341b4c01657e3554b283708dee6b047))
14+
15+
16+
### Bug Fixes
17+
18+
* use async_to_httpx_files in patch method ([3722dc8](https://github.com/Mozilla-Ocho/tabstack-python/commit/3722dc82196497a2f3984d33b71cdb526e62b609))
19+
20+
21+
### Chores
22+
23+
* **internal:** add `--fix` argument to lint script ([4b7bd77](https://github.com/Mozilla-Ocho/tabstack-python/commit/4b7bd771c8acba2537eb5ea40229d8e90e58757b))
24+
* **internal:** codegen related update ([4fdb1ce](https://github.com/Mozilla-Ocho/tabstack-python/commit/4fdb1ce6fc5a8d046541c9b86c520097cc295ec8))
25+
* sync repo ([03e9ef5](https://github.com/Mozilla-Ocho/tabstack-python/commit/03e9ef53e0e1e88e87d3bfa437e991dcd4a33b2a))
26+
* update SDK settings ([f78675d](https://github.com/Mozilla-Ocho/tabstack-python/commit/f78675dc8a120499a17f89f9f7c0ce61ec350746))
27+
* update SDK settings ([6bdaf91](https://github.com/Mozilla-Ocho/tabstack-python/commit/6bdaf91f5666467d5fd69ad0f916dc6288599576))
28+
* update SDK settings ([92f6785](https://github.com/Mozilla-Ocho/tabstack-python/commit/92f678557fe80699da86a1447801a5b5d54ffdf0))
29+
30+
31+
### Documentation
32+
33+
* add more examples ([0758a97](https://github.com/Mozilla-Ocho/tabstack-python/commit/0758a9724c7da3b925aad1fedfa1c54967ff3c97))
34+
* prominently feature MCP server setup in root SDK readmes ([64952dc](https://github.com/Mozilla-Ocho/tabstack-python/commit/64952dc16abde02d4247fcc455fb7f6455f38cf0))
35+
36+
37+
### Refactors
38+
39+
* **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)