Skip to content

Commit 0cd7cba

Browse files
committed
Publish 0.0.3
SHA256 hashes: jupyter_ai_magic_commands-0.0.3-py3-none-any.whl: 1ecba96cdc3857aba5b3e0f58917cd010c7e453c5247a841ca84b879d4b73083 jupyter_ai_magic_commands-0.0.3.tar.gz: 39b2436eef41636aae5285f8360ac11228c99910a85f4a968030b64616e10d6b
1 parent 92c7982 commit 0cd7cba

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.0.3
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/v0.0.2...92c7982e241dd560945736791871552fee57ecbb))
8+
9+
### Enhancements made
10+
11+
- Add version floor on jupyter_ai_litellm [#5](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/pull/5) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/graphs/contributors?from=2025-10-30&to=2026-03-24&type=c))
19+
20+
@dlqqq ([activity](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Adlqqq+updated%3A2025-10-30..2026-03-24&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.0.2
625

726
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/v0.0.1...b8c00ed75fbaa5fc70568bd9bdab0a9476646c20))
@@ -20,8 +39,6 @@
2039

2140
[@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)
2241

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2542
## 0.0.1
2643

2744
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/90a17c3ffc387cd18f32988eb248c80c64f249b3...d8ba298e2daec5623811e2b52928c2b481d25524))

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.2'
9+
__version__ = '0.0.3'
1010

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

0 commit comments

Comments
 (0)