Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Aug 30, 2024
1 parent a39deda commit 2cac16d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# [Changelog](https://keepachangelog.com)

## 0.4.0 :: 2024-08-30

- Drop support for python 3.7
- Remove functionality for old-style jupyter notebook
- Modern versions of `lab` and `notebook` both work the same way -- a much better way -- reducing the amount of code maintenance
- Users that are stuck on old versions of `notebook` (<7) will need to pin an older version of jupyter-black
- Add some nix stuff
- Update dependencies

## 0.3.4 :: 2023-04-27

- Only pass to `black.Mode` options from `pyproject.toml` that are valid for
Expand Down
2 changes: 1 addition & 1 deletion src/jupyter_black/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Reexport used modules, main code will be in `jupyter_black.py`."""

__version__ = "v0.3.4"
__version__ = "v0.4.0"
__author__ = "Nathan Henrie"
__email__ = "[email protected]"

Expand Down

0 comments on commit 2cac16d

Please sign in to comment.