Skip to content

Commit

Permalink
Publish 0.9.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

hatch_jupyter_builder-0.9.1-py3-none-any.whl: d70294ba5028a880cecfc8f3609b12e1280a35201c551663b1a2501532b513f5

hatch_jupyter_builder-0.9.1.tar.gz: 79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad
  • Loading branch information
blink1073 committed Mar 12, 2024
1 parent 209154e commit b533b5a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.9.1

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.9.0...209154e53efd7573af92c535dd5c730528358ea7))

### Maintenance and upkeep improvements

- Use tomllib from the Python 3.11+ standard library [#108](https://github.com/jupyterlab/hatch-jupyter-builder/pull/108) ([@hroncok](https://github.com/hroncok))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/hatch-jupyter-builder/graphs/contributors?from=2024-03-12&to=2024-03-12&type=c))

[@hroncok](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Ahroncok+updated%3A2024-03-12..2024-03-12&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Awelcome+updated%3A2024-03-12..2024-03-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.9.0

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.8.3...8998f9b96d89108401817c8854805eae087b199f))
Expand Down Expand Up @@ -36,8 +52,6 @@

[@agoose77](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Aagoose77+updated%3A2023-04-14..2024-03-12&type=Issues) | [@akx](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Aakx+updated%3A2023-04-14..2024-03-12&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Ablink1073+updated%3A2023-04-14..2024-03-12&type=Issues) | [@brianhelba](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Abrianhelba+updated%3A2023-04-14..2024-03-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Adependabot+updated%3A2023-04-14..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Apre-commit-ci+updated%3A2023-04-14..2024-03-12&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Awelcome+updated%3A2023-04-14..2024-03-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.8.3

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.8.2...110ef7d5cc4b6118d21c130965f6e88ddf31ff22))
Expand Down
2 changes: 1 addition & 1 deletion hatch_jupyter_builder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .utils import is_stale, npm_builder

__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit b533b5a

Please sign in to comment.