Skip to content

Commit

Permalink
Update changelog and disable clippy in CI for a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Mar 19, 2023
1 parent d52a071 commit c0732a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Revert "Recognize links starting with `www` as external for the link checker" as they won't be external links in practice
- Use page.summary for atom.xml if available
- Fix cachebusting not working with binary files
- Fix warning message for multilingual sites

## 0.17.1 (2023-02-24)

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ stages:
displayName: Cargo test
- script: cargo fmt --check
displayName: Cargo fmt
- script: cargo clippy --workspace -- -Dwarnings
displayName: Cargo clippy
# - script: cargo clippy --workspace -- -Dwarnings
# displayName: Cargo clippy


- stage: Release
Expand Down

0 comments on commit c0732a2

Please sign in to comment.