Skip to content

Commit 07ea0c2

Browse files
committed
release: 0.1.1
1 parent 96573f8 commit 07ea0c2

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

clients/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# Changelog
2+
## 0.1.1
3+
4+
### New Features ✨
5+
6+
#### Python
7+
8+
- Move scheduler files and tests from the prototype by @markstory in [#540](https://github.com/getsentry/taskbroker/pull/540)
9+
- Move worker files and tests from python-client branch by @markstory in [#538](https://github.com/getsentry/taskbroker/pull/538)
10+
- Move client.py and tests from python-client branch by @markstory in [#537](https://github.com/getsentry/taskbroker/pull/537)
11+
12+
#### Other
13+
14+
- Add workflow and craft tooling for client libs by @markstory in [#548](https://github.com/getsentry/taskbroker/pull/548)
15+
- Add application to worker requests by @markstory in [#545](https://github.com/getsentry/taskbroker/pull/545)
16+
- Add docker image and readme for example app by @markstory in [#544](https://github.com/getsentry/taskbroker/pull/544)
17+
- Add example app and CI tests by @markstory in [#541](https://github.com/getsentry/taskbroker/pull/541)
18+
19+
### Other
20+
21+
- fix(client) Fix mistakes in the client release tools by @markstory in [#551](https://github.com/getsentry/taskbroker/pull/551)
22+
- feat(client) Add the first chunk of the taskbroker_client by @markstory in [#531](https://github.com/getsentry/taskbroker/pull/531)
23+

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskbroker-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Taskbroker python client and worker runtime"
55
readme = "README.md"
66
dependencies = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)