From c1623d15e0348a0152d3336fa3e43a8d5ff40cda Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 3 Apr 2024 21:08:43 +0000 Subject: [PATCH] Publish 0.10.0 SHA256 hashes: pytest_check_links-0.10.0-py3-none-any.whl: f58321cba9f33f0b0597de9e8ebedab82439f04074ea701390ee508fb4a4f0e5 pytest_check_links-0.10.0.tar.gz: ff9b24fff99531805fbb3f3412b5bc697bad92440fced903afe20d7edd093f10 --- CHANGELOG.md | 19 +++++++++++++++++-- pytest_check_links/_version.py | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8686cfc..6e99953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.10.0 + +([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.3...5eda4084e1a4180148312a3d21a7ce2b34f89532)) + +### Maintenance and upkeep improvements + +- Bump the actions group with 1 update [#136](https://github.com/jupyterlab/pytest-check-links/pull/136) ([@dependabot](https://github.com/dependabot)) +- Support Pytest 8.1 [#135](https://github.com/jupyterlab/pytest-check-links/pull/135) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/pytest-check-links/graphs/contributors?from=2024-03-12&to=2024-04-03&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2024-03-12..2024-04-03&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Adependabot+updated%3A2024-03-12..2024-04-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Akrassowski+updated%3A2024-03-12..2024-04-03&type=Issues) | [@mr-c](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Amr-c+updated%3A2024-03-12..2024-04-03&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Awelcome+updated%3A2024-03-12..2024-04-03&type=Issues) + + + ## 0.9.3 ([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.2...8d2825ef59634ac5947f40faa692bb7b6e34a373)) @@ -16,8 +33,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2024-03-04..2024-03-12&type=Issues) - - ## 0.9.2 ([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.1...d132b588ac8fb272e1e4c8ab6d4225c9735ee41f)) diff --git a/pytest_check_links/_version.py b/pytest_check_links/_version.py index 1787680..8afdecb 100644 --- a/pytest_check_links/_version.py +++ b/pytest_check_links/_version.py @@ -1,2 +1,2 @@ """Version info.""" -__version__ = "0.9.3" +__version__ = "0.10.0"