Skip to content

Commit 89777f4

Browse files
committed
Release version 0.4.0
1 parent 08f2448 commit 89777f4

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.0 - 2026-03-06
4+
5+
- Fix event loop creation for compatibility with Python 3.14.
6+
37
## 0.3.0 - 2024-09-03
48

59
- Add an `--exclude` parameter to avoid retrieving some families of URLs.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "discolinks"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Command-line tool which checks a website for broken links."
55
readme = "README.md"
66
requires-python = ">=3.9"

src/discolinks/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)