File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
jupyter_ai_magic_commands Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
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> -->
Original file line number Diff line number Diff line change 66 from IPython .core .interactiveshell import InteractiveShell
77
88
9- __version__ = '0.0.1 '
9+ __version__ = '0.0.2 '
1010
1111def load_ipython_extension (ipython : InteractiveShell ):
1212 from .exception import store_exception
You can’t perform that action at this time.
0 commit comments