Skip to content

Commit efc2f84

Browse files
committed
Publish 0.1.1a2
SHA256 hashes: jupyter-server-nbmodel-0.1.1-a2.tgz: ec7d376f8035ae16d6cec34f87a4fc1d60b74484bfed171606eb1f8e310883a3 jupyter_server_nbmodel-0.1.1a2-py3-none-any.whl: c4b79b56c58b1f1182939ae2c4d2931253d517483ccdfdd6cb2cd351deef87b7 jupyter_server_nbmodel-0.1.1a2.tar.gz: 2b4bd5be939a614277dfa4e6a7f40f19e95efcab316152f3e191947d3cea392c
1 parent 5f76b6c commit efc2f84

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.1.1a2
6+
7+
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a1...5f76b6cea5278d4ac6648a107c76ef75bc3d9502))
8+
9+
### Enhancements made
10+
11+
- Add execution start and end time metadata for code cells [#29](https://github.com/datalayer/jupyter-server-nbmodel/pull/29) ([@Darshan808](https://github.com/Darshan808))
12+
- Set `execution_state` when executing a cell [#25](https://github.com/datalayer/jupyter-server-nbmodel/pull/25) ([@krassowski](https://github.com/krassowski))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-server-nbmodel/graphs/contributors?from=2024-07-29&to=2025-02-28&type=c))
17+
18+
[@Darshan808](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3ADarshan808+updated%3A2024-07-29..2025-02-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Agithub-actions+updated%3A2024-07-29..2025-02-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Akrassowski+updated%3A2024-07-29..2025-02-28&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.1.1a1
623

724
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/bf5719ce10580303de08342073b66e3d579e7cdc...2facfb378e11f8f564593f4329af5c71d7fa67f2))
@@ -33,5 +50,3 @@
3350
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-server-nbmodel/graphs/contributors?from=2024-05-06&to=2024-07-29&type=c))
3451

3552
[@dependabot](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Adependabot+updated%3A2024-05-06..2024-07-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Afcollonval+updated%3A2024-05-06..2024-07-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Agithub-actions+updated%3A2024-05-06..2024-07-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Akrassowski+updated%3A2024-05-06..2024-07-29&type=Issues) | [@Wh1isper](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3AWh1isper+updated%3A2024-05-06..2024-07-29&type=Issues)
36-
37-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-server-nbmodel",
3-
"version": "0.1.1-a1",
3+
"version": "0.1.1-a2",
44
"description": "A Jupyter Server extension to execute code cell from the server.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)