File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 11[project ]
22name = " taskbroker-client"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Taskbroker python client and worker runtime"
55readme = " README.md"
66dependencies = [
You can’t perform that action at this time.
0 commit comments