Skip to content

Commit

Permalink
release v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Mar 17, 2024
1 parent 9f154f7 commit 1497dc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6

- Github Action checks web link in changed files only for pull request events.
- Updated error messages.
- MIT license.

## 0.5

- Fixed converting header with link to fragment.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/md-dead-link-check@v0.5
- uses: AlexanderDokuchaev/md-dead-link-check@v0.6
```
### Option 2: Pre-Commit
Expand All @@ -52,7 +52,7 @@ Adding to your `.pre-commit-config.yaml` to integrate in [pre-commit](https://pr

```yaml
- repo: https://github.com/AlexanderDokuchaev/md-dead-link-check
rev: "v0.5"
rev: "v0.6"
hooks:
- id: md-dead-link-check
```
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
version:
description: 'Version of package'
required: false
default: '0.5'
default: '0.6'
runs:
using: 'composite'
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "md_dead_link_check"
description = "This is a lightweight and fast tool to help you keep your Markdown files free of broken links."
readme = "README.md"
version = "0.5"
version = "0.6"
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
Expand Down

0 comments on commit 1497dc2

Please sign in to comment.