Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/getzola/zola:
  Set release date
  Update changelog and disable clippy in CI for a bit
  Implement Default for LanguageOptions (getzola#2145)
  Fix cachebusting not working with binary files
  Fix tests
  Update changelog
  Use page.summary if available (getzola#2141)
  Update deps
  Remove dummy test
  Fix tests
  Update changelog
  Revert "Allow external links to start with "www.*" (getzola#2100)"
  Fix index errors (getzola#2129)
  Fix a page missing from e2e test
  Next verison
  • Loading branch information
theowenyoung committed Mar 19, 2023
2 parents d19d643 + 7c6bdc1 commit 507b655
Show file tree
Hide file tree
Showing 18 changed files with 266 additions and 247 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.17.2 (2023-03-19)

- Fix one more invalid error with colocated directories
- 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)

- Fix bugs with colocated directories in the root `content` directory
Expand Down
Loading

0 comments on commit 507b655

Please sign in to comment.