Skip to content

Commit

Permalink
Esbonio Extensions Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
1 parent a34241e commit 8417f23
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
16 changes: 16 additions & 0 deletions lib/esbonio-extensions/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.2.3 - 2024-09-22
-------------------

Misc
^^^^

- Use ``importlib.resources`` instead of ``pkg_resources``

Drop Python 3.7 support.

Add support for Python 3.12 (`#656 <https://github.com/swyddfa/esbonio/issues/656>`_)
- Drop Python 3.8 support

Remove dependency on `nbformat` (`#879 <https://github.com/swyddfa/esbonio/issues/879>`_)


v0.2.2 - 2022-11-05
-------------------

Expand Down
5 changes: 0 additions & 5 deletions lib/esbonio-extensions/changes/656.misc.md

This file was deleted.

3 changes: 0 additions & 3 deletions lib/esbonio-extensions/changes/879.misc.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/esbonio-extensions/esbonio/ext/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 8417f23

Please sign in to comment.