Skip to content

Commit

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

pytest_check_links-0.9.2-py3-none-any.whl: ec9856eb6bed5cf0790364dd2b984d1a09f4ca965d62f1f3eceb21ed114ceca9

pytest_check_links-0.9.2.tar.gz: 86b8772a1eaa489706e9d2f5d70cf99039ac60948c98095a79dc89d4d59fcc52
  • Loading branch information
blink1073 committed Mar 4, 2024
1 parent d132b58 commit 3d6b7d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## 0.9.2

([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.1...d132b588ac8fb272e1e4c8ab6d4225c9735ee41f))

### Bugs fixed

- Pin pytest 7 [#134](https://github.com/jupyterlab/pytest-check-links/pull/134) ([@blink1073](https://github.com/blink1073))

### Maintenance and upkeep improvements

- Fix html5lib typing [#131](https://github.com/jupyterlab/pytest-check-links/pull/131) ([@blink1073](https://github.com/blink1073))
- Fix html5lib typing [#130](https://github.com/jupyterlab/pytest-check-links/pull/130) ([@blink1073](https://github.com/blink1073))
- Bump the actions group with 1 update [#129](https://github.com/jupyterlab/pytest-check-links/pull/129) ([@dependabot](https://github.com/dependabot))
- Enforce pytest 7 [#128](https://github.com/jupyterlab/pytest-check-links/pull/128) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/pytest-check-links/graphs/contributors?from=2024-02-18&to=2024-03-04&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2024-02-18..2024-03-04&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Adependabot+updated%3A2024-02-18..2024-03-04&type=Issues)

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

## 0.9.1

([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.0...7e7f00edad437b25bd4d860651f6b6cd093a6f79))
Expand Down Expand Up @@ -29,8 +52,6 @@

[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2023-06-19..2024-02-18&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Adependabot+updated%3A2023-06-19..2024-02-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Apre-commit-ci+updated%3A2023-06-19..2024-02-18&type=Issues)

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

## 0.9.0

([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.8.0...8c58f8f8c42c247256f03a99504165ba7646e0e0))
Expand Down
2 changes: 1 addition & 1 deletion pytest_check_links/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version info."""
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit 3d6b7d3

Please sign in to comment.