Skip to content

Commit 272381a

Browse files
committed
Publish 0.4.0
SHA256 hashes: jupyterlite-ai-0.4.0.tgz: a24657e749125c8cdef780e309e3683170d82284a2db2d1adc2ea996c36775b7 jupyterlite_ai-0.4.0-py3-none-any.whl: 528e8197a78271a94e3976ab4b43359f4d868a39d2cf733e33ec9b138c85d462 jupyterlite_ai-0.4.0.tar.gz: 5f8ed9f8caa8a6984b90ab744dc9e9360493cfee3af0f5a4bafaccec340fe1ad
1 parent bd9c07a commit 272381a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.3.0...bd9c07a7fec2bfb62c6863a0aacdaefbf22bcd82))
8+
9+
### Enhancements made
10+
11+
- Provider registry [#50](https://github.com/jupyterlite/ai/pull/50) ([@brichet](https://github.com/brichet))
12+
- Completer plugin [#49](https://github.com/jupyterlite/ai/pull/49) ([@brichet](https://github.com/brichet))
13+
- Settings UI improvement [#48](https://github.com/jupyterlite/ai/pull/48) ([@brichet](https://github.com/brichet))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2025-02-19&to=2025-03-10&type=c))
18+
19+
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2025-02-19..2025-03-10&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.3.0
624

725
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.2.0...1b482ade692e42ad8885aaf3211502720cadeecf))
@@ -39,8 +57,6 @@
3957

4058
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2024-12-04..2025-02-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-12-04..2025-02-19&type=Issues)
4159

42-
<!-- <END NEW CHANGELOG ENTRY> -->
43-
4460
## 0.2.0
4561

4662
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.1.0...8c41100bf87c99e377fd4752c50853dace7667e1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/ai",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "AI code completions and chat for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)