Skip to content

Commit

Permalink
Merge pull request #44 from bbc2/release-0.3.0
Browse files Browse the repository at this point in the history
Release version 0.3.0
  • Loading branch information
bbc2 authored Sep 3, 2024
2 parents f0567be + 3238d76 commit 9d9ccbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.0 - 2024-09-03

- Add an `--exclude` parameter to avoid retrieving some families of URLs.
- Fix the handling of interruptions (SIGINT, SIGTERM and uncaught exceptions).
- Remove spurious warning when encountering XML instead of HTML.
- Improve error message on network timeout.

## 0.2.0 - 2023-02-16

- Add support for Python 3.11.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "discolinks"
version = "0.2.0"
version = "0.3.0"
description = "Command-line tool which checks a website for broken links."
authors = ["Bertrand Bonnefoy-Claudet <bertrand@bertrandbc.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/discolinks/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 9d9ccbc

Please sign in to comment.