Skip to content

Commit 3b7c9aa

Browse files
committed
Publish 0.1.1
SHA256 hashes: jupyterlab-commands-toolkit-0.1.1.tgz: 0a63fbab1df1a8dac216def9de4d67f9da89f4d20bc5ecd7d0f99d4b531ed06c jupyterlab_commands_toolkit-0.1.1-py3-none-any.whl: 7b2b03993fd12f9a4bc583ccda35fe81b652fd2605fc1271c8c3542c1780e525 jupyterlab_commands_toolkit-0.1.1.tar.gz: d1ae878976ed0c176e1eaf5cd927599306c38ea9b5a95ba250fb92ba65e0ed30
1 parent dcf69ad commit 3b7c9aa

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,23 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/compare/fa79045ff55a66e603f38ce6347902695a1994c2...dcf69adaaf174bd60f849da25cb37622c03eefb8))
8+
9+
### Enhancements made
10+
11+
- Discover and execute JupyterLab commands [#4](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/4) ([@jtpio](https://github.com/jtpio))
12+
- Update to new toolkit API [#1](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/1) ([@Zsailer](https://github.com/Zsailer))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Minor releaser workflow update [#5](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/5) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/graphs/contributors?from=2025-06-24&to=2025-09-16&type=c))
21+
22+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-commands-toolkit+involves%3Ajtpio+updated%3A2025-06-24..2025-09-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-commands-toolkit+involves%3AZsailer+updated%3A2025-06-24..2025-09-16&type=Issues)
23+
524
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-commands-toolkit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Jupyter extension that provides an AI toolkit for JupyterLab commands.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)