Skip to content

Commit b96d833

Browse files
committed
Publish 0.0.2
SHA256 hashes: jupyter_ai_magic_commands-0.0.2-py3-none-any.whl: 1dc7ff26975345fa06d166b00813d3876f7947b3b318b8c9fbabbed3e46d9711 jupyter_ai_magic_commands-0.0.2.tar.gz: 57451a82b165ba4c32b5747eb2036b2cf0abcfa7dcae2d703ecaa3f989e70f30
1 parent b8c00ed commit b96d833

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.0.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/v0.0.1...b8c00ed75fbaa5fc70568bd9bdab0a9476646c20))
8+
9+
### Bugs fixed
10+
11+
- Fix version import [#3](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/pull/3) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Documentation improvements
14+
15+
- Updated README post-release [#4](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/pull/4) ([@srdas](https://github.com/srdas))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/graphs/contributors?from=2025-10-30&to=2025-10-30&type=c))
20+
21+
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Adlqqq+updated%3A2025-10-30..2025-10-30&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Asrdas+updated%3A2025-10-30..2025-10-30&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.0.1
626

727
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/90a17c3ffc387cd18f32988eb248c80c64f249b3...d8ba298e2daec5623811e2b52928c2b481d25524))
@@ -16,5 +36,3 @@
1636
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/graphs/contributors?from=2025-10-23&to=2025-10-30&type=c))
1737

1838
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Adlqqq+updated%3A2025-10-23..2025-10-30&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Asrdas+updated%3A2025-10-23..2025-10-30&type=Issues)
19-
20-
<!-- <END NEW CHANGELOG ENTRY> -->

jupyter_ai_magic_commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from IPython.core.interactiveshell import InteractiveShell
77

88

9-
__version__ = '0.0.1'
9+
__version__ = '0.0.2'
1010

1111
def load_ipython_extension(ipython: InteractiveShell):
1212
from .exception import store_exception

0 commit comments

Comments
 (0)