Skip to content

Commit bf362f9

Browse files
committed
Publish 0.4.1
SHA256 hashes: jupyterlab_magic_wand-0.4.1-py3-none-any.whl: 2a8f34411c8d86670f3e367ca509bd3eeff0ef611f4297751db4159ec8562d92 jupyterlab_magic_wand-0.4.1.tar.gz: bc090c30d4ed3922c196af52cd78ed54a820d13302c471123cd5ab2df19705c6 jupyterlab_magic_wand-0.4.1.tgz: 6e97cf313ec9d35271f7a9215af7d5b5b781a59486739dab2d11c76ec9133ae5
1 parent a138154 commit bf362f9

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.4.1
6+
7+
([Full Changelog](https://github.com/Zsailer/jupyterlab-magic-wand/compare/v0.4.0...a138154ec8d8ffc0b4a7b25276b963e10f07201f))
8+
9+
### Bugs fixed
10+
11+
- Add wrapper that casts LLM response to a string. [#11](https://github.com/Zsailer/jupyterlab-magic-wand/pull/11) ([@Zsailer](https://github.com/Zsailer))
12+
- Use `self.log.info` instead of `self.log.error` [#10](https://github.com/Zsailer/jupyterlab-magic-wand/pull/10) ([@jtpio](https://github.com/jtpio))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-magic-wand/graphs/contributors?from=2025-02-11&to=2025-02-17&type=c))
17+
18+
[@github-actions](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3Agithub-actions+updated%3A2025-02-11..2025-02-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3Ajtpio+updated%3A2025-02-11..2025-02-17&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3AZsailer+updated%3A2025-02-11..2025-02-17&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.4.0
623

724
([Full Changelog](https://github.com/Zsailer/jupyterlab-magic-wand/compare/v0.3.0...0901abd496012fe7c32b23637e19310f8cf9eb9c))
@@ -21,8 +38,6 @@
2138

2239
[@github-actions](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3Agithub-actions+updated%3A2025-01-03..2025-02-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3Ajtpio+updated%3A2025-01-03..2025-02-11&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-magic-wand+involves%3AZsailer+updated%3A2025-01-03..2025-02-11&type=Issues)
2340

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2641
## 0.3.0
2742

2843
([Full Changelog](https://github.com/Zsailer/jupyterlab-magic-wand/compare/v0.2.1...00f011339fb873cf3ca6d0d819112bd5b1baff7c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_magic_wand",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "An in-cell AI assistant for JupyterLab notebooks",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)