Skip to content

Commit b778a3c

Browse files
committed
Publish 1.0.0b0
SHA256 hashes: jupyter-builder-1.0.0-b0.tgz: 2a789be878d1d037631600375bb782f6a46624071155a33280220479b53178fc jupyter_builder-1.0.0b0-py3-none-any.whl: ef2ff20ad7f7359e907fc95e30b7625a2285d513ed7d8ea0a26d1ce8cf691c45 jupyter_builder-1.0.0b0.tar.gz: 5d631e9e2a98d1a01e480cfa1c8d45b306da7e2eda9d98ac565053e986d170cf
1 parent 7b1ec5b commit b778a3c

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.0.0b0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v0.0.9...7b1ec5b09d96be3b8632d610b82900b309cef391))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Enforce stricter linting across the entire codebase, covering both TypeScript and Python files. [#96](https://github.com/jupyterlab/jupyter-builder/pull/96) ([@Darshan808](https://github.com/Darshan808), [@krassowski](https://github.com/krassowski))
12+
- Bump rspack to `v2.0.0` [#93](https://github.com/jupyterlab/jupyter-builder/pull/93) ([@Darshan808](https://github.com/Darshan808), [@krassowski](https://github.com/krassowski))
13+
14+
### Contributors to this release
15+
16+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
17+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-builder/graphs/contributors?from=2026-05-06&to=2026-05-08&type=c))
20+
21+
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3ADarshan808+updated%3A2026-05-06..2026-05-08&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Akrassowski+updated%3A2026-05-06..2026-05-08&type=Issues))
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.0.9
626

727
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v0.0.8...7614c1b125820f35a8e46d2c110688662de2599a))
@@ -25,8 +45,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2545

2646
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3ADarshan808+updated%3A2026-04-23..2026-05-06&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Akrassowski+updated%3A2026-04-23..2026-05-06&type=Issues))
2747

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3048
## 0.0.8
3149

3250
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v0.0.7...ecb1905d60b66fbef6e46de00134b353bfae3260))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/builder",
3-
"version": "0.0.9",
3+
"version": "1.0.0-b0",
44
"description": "Jupyter build tools.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)