From 20e1f7f5adb0b708287bef55972d03fce7112749 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 19 Oct 2021 06:36:43 -0500 Subject: [PATCH] Add changelog entry fo 0.6.0 (#41) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9fd9a..0a2cca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.6.0 + +- Handle ignore links for `ipynb` files [#39](https://github.com/jupyterlab/pytest-check-links/pull/39) ([@pratyakshajha](https://github.com/pratyakshajha)) +- Drop support for Python 3.6 and add support for Python 3.10 [#40](https://github.com/jupyterlab/pytest-check-links/pull/40) ([@blink1073](https://github.com/blink1073)) + ## 0.5.2 * Handle attachments in notebook cells [#36](https://github.com/jupyterlab/pytest-check-links/pull/36) ([@jtpio](https://github.com/jtpio))