Skip to content

Commit

Permalink
release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Apr 9, 2024
1 parent 08f1099 commit 76ecefc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8

- Retry get request in case of head request return 404.

## 0.7

- Fixed github action to set not default config file.
Expand Down
6 changes: 3 additions & 3 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.7
- uses: AlexanderDokuchaev/md-dead-link-check@v0.8
```
### Option 2: Pre-Commit
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/md-dead-link-check@v0.7
- uses: AlexanderDokuchaev/md-dead-link-check@v0.8
```

```yaml
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/md-dead-link-check@v0.7
- uses: AlexanderDokuchaev/md-dead-link-check@v0.8
```

### Option 3: Install from pip
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.6'
default: '0.8'
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.6"
version = "0.8"
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
Expand Down

0 comments on commit 76ecefc

Please sign in to comment.