Skip to content

Commit

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

hatch_jupyter_builder-0.8.0-py3-none-any.whl: 5963e4756a711f3642dfde1cf384b410af5d8b94910737b653a8125f5f683a7b

hatch_jupyter_builder-0.8.0.tar.gz: ecc15c5cf5548c2d30ca08440c7cdfe1bc3b7ab513d48237896c0b368cb1e5c0
  • Loading branch information
blink1073 committed Oct 10, 2022
1 parent e1876a3 commit ada5eb1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.8.0

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.7.1...e1876a30d1df8e475aa4c2db347beb4f9a261e4d))

### Enhancements made

- Add optional-editable-build [#80](https://github.com/jupyterlab/hatch-jupyter-builder/pull/80) ([@blink1073](https://github.com/blink1073))

### Maintenance and upkeep improvements

- Use hatch envs [#79](https://github.com/jupyterlab/hatch-jupyter-builder/pull/79) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

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

[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Ablink1073+updated%3A2022-10-03..2022-10-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Apre-commit-ci+updated%3A2022-10-03..2022-10-10&type=Issues)

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

## 0.7.1

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.7.0...55af542dae3a7cf7e35e9642a9a8879d5bdfee9f))
Expand All @@ -16,8 +36,6 @@

[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fhatch-jupyter-builder+involves%3Ablink1073+updated%3A2022-09-28..2022-10-03&type=Issues)

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

## 0.7.0

([Full Changelog](https://github.com/jupyterlab/hatch-jupyter-builder/compare/v0.6.2...0a59d72aabb3aa5153f50a5d10303e3d03befeed))
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 # noqa F401

__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit ada5eb1

Please sign in to comment.