Skip to content

Commit

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

jupyterlite_sphinx-0.9.0-py3-none-any.whl: a973985e32822ce6fe9db381277e86eb5211a8e4a14b1027bf56df71ca11991b

jupyterlite_sphinx-0.9.0.tar.gz: bb25b6165189e5264e116103f03f725246c06adf40db87af27d79373bcf19ba2
  • Loading branch information
martinRenou committed Jun 30, 2023
1 parent e22a7e6 commit 047eb92
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

## 0.9.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.8.0...e22a7e66b17cb87c499487f28761f4fa32f8b061))

### Enhancements made

- Add Voici directive [#100](https://github.com/jupyterlite/jupyterlite-sphinx/pull/100) ([@martinRenou](https://github.com/martinRenou))
- Default lite directory to the docs directory [#99](https://github.com/jupyterlite/jupyterlite-sphinx/pull/99) ([@martinRenou](https://github.com/martinRenou))
- Use xeus-python in docs [#98](https://github.com/jupyterlite/jupyterlite-sphinx/pull/98) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Update to `jupyterlite-core==0.1.0`, require Python 3.8 [#96](https://github.com/jupyterlite/jupyterlite-sphinx/pull/96) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Add conda instructions and docs scripts [#97](https://github.com/jupyterlite/jupyterlite-sphinx/pull/97) ([@jtpio](https://github.com/jtpio))
- Update docs to mention adding other kernels [#94](https://github.com/jupyterlite/jupyterlite-sphinx/pull/94) ([@jtpio](https://github.com/jtpio))
- Add changelog to the docs, more markdown [#93](https://github.com/jupyterlite/jupyterlite-sphinx/pull/93) ([@jtpio](https://github.com/jtpio))
- Convert docs to Markdown [#92](https://github.com/jupyterlite/jupyterlite-sphinx/pull/92) ([@jtpio](https://github.com/jtpio))
- Add notice about `jupyterlite-core` in the changelog [#91](https://github.com/jupyterlite/jupyterlite-sphinx/pull/91) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2023-03-15&to=2023-06-30&type=c))

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2023-03-15..2023-06-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AmartinRenou+updated%3A2023-03-15..2023-06-30&type=Issues)

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

## 0.8.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/0.7.3...51e489426a2e0026bcbc7207c87764bcd936d78b))
Expand Down Expand Up @@ -34,8 +64,6 @@ jupyterlite-pyodide-kernel

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2023-02-03..2023-03-15&type=Issues)

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

## 0.7.3

([full changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/b8a4dec...6ccb288))
Expand Down
2 changes: 1 addition & 1 deletion jupyterlite_sphinx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .jupyterlite_sphinx import setup ## noqa

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 047eb92

Please sign in to comment.