Skip to content

Commit 8b72e92

Browse files
committed
Publish 0.0.3
SHA256 hashes: jupyter-ai-chat-commands-0.0.3.tgz: 4db520dc8db628e7f29792e6a25133f3b2e26ca77c6d135d39cd44fabb8d7c65 jupyter_ai_chat_commands-0.0.3-py3-none-any.whl: 2a467e09acd7a499af36e424720bc18799f52c6fc330d0761132c8d5406a3664 jupyter_ai_chat_commands-0.0.3.tar.gz: 5aebbd30f4e44a2e8b103216dbdd3e5f06b6df888977e106a085d4a38811105a
1 parent 5461dc5 commit 8b72e92

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.0.3
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.2...5461dc5043b8529684024707d66b2398747e361e))
8+
9+
### Bugs fixed
10+
11+
- Remove `jupyterlab_chat` version ceiling [#6](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/pull/6) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/graphs/contributors?from=2025-10-30&to=2025-11-02&type=c))
16+
17+
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3Adlqqq+updated%3A2025-10-30..2025-11-02&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.0.2
622

723
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.1...3e6438d758960a63a6ec60adeb3d579e2433b073))
@@ -20,8 +36,6 @@
2036

2137
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3A3coins+updated%3A2025-10-09..2025-10-30&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3Adlqqq+updated%3A2025-10-09..2025-10-30&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 0.0.1
2640

2741
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/e7c59bba2c58c74a241afc3001ce5cb705bda68c...b3bd346d2010199e34f549628e333d294b568cf0))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/chat-commands",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Package providing the set of default chat commands in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)