Skip to content

Commit f9cbfd5

Browse files
authored
Add new release 0.1.5 (#53)
* Update pyproject.toml * Update CHANGELOG.md
1 parent c588c48 commit f9cbfd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ All notable changes to this project will be documented in this file.
1212

1313
### Other Changes
1414

15+
## [v0.1.5] 8 Jul 2024
16+
- Increase timeout for requests to check web urls alive or not. https://github.com/john0isaac/markdown-checker/pull/52
17+
1518
## [v0.1.4] 6 May 2024
1619
- Improve Dev Experience. https://github.com/john0isaac/markdown-checker/pull/28
1720
- Better Typing. https://github.com/john0isaac/markdown-checker/pull/37

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "markdown-checker"
77
description= "A markdown link validation reporting tool"
8-
version = "0.1.4"
8+
version = "0.1.5"
99
authors = [{ name = "John Aziz", email = "[email protected]" }]
1010
maintainers = [{ name = "John Aziz", email = "[email protected]" }]
1111
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)