Skip to content

Commit ef63e8f

Browse files
committed
Publish 0.5.0
SHA256 hashes: jupyterlite-ai-0.5.0.tgz: 502cc4144c5c9f2f17d10d17ad74345cce7a54bfec868da1e778b67d39855a87 jupyterlite_ai-0.5.0-py3-none-any.whl: fd10c559b22e7cfd7c886dc138b3f4c06acf8ca5b9350ab3aadf8a46107a0371 jupyterlite_ai-0.5.0.tar.gz: cebbe90b671159c7735e68b60c8edd8f7e09f1dbeb6e86ba5ec782cc862c49b3
1 parent f37fb54 commit ef63e8f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.5.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.4.0...f37fb548ee1c49f5600495ccb6be35ab976a3bce))
8+
9+
### Enhancements made
10+
11+
- Default providers refactoring [#58](https://github.com/jupyterlite/ai/pull/58) ([@brichet](https://github.com/brichet))
12+
- Use the secrets manager [#53](https://github.com/jupyterlite/ai/pull/53) ([@brichet](https://github.com/brichet))
13+
14+
### Bugs fixed
15+
16+
- Avoid building settings schemas when building javascript [#59](https://github.com/jupyterlite/ai/pull/59) ([@brichet](https://github.com/brichet))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Default providers refactoring [#58](https://github.com/jupyterlite/ai/pull/58) ([@brichet](https://github.com/brichet))
21+
- Update @jupyter/chat to v0.8.1 [#57](https://github.com/jupyterlite/ai/pull/57) ([@brichet](https://github.com/brichet))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2025-03-10&to=2025-03-21&type=c))
26+
27+
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2025-03-10..2025-03-21&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 0.4.0
632

733
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.3.0...bd9c07a7fec2bfb62c6863a0aacdaefbf22bcd82))
@@ -18,8 +44,6 @@
1844

1945
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2025-02-19..2025-03-10&type=Issues)
2046

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2347
## 0.3.0
2448

2549
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.2.0...1b482ade692e42ad8885aaf3211502720cadeecf))

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.4.0",
3+
"version": "0.5.0",
44
"description": "AI code completions and chat for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)