Skip to content

Commit

Permalink
Get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 15, 2024
1 parent 59d7074 commit 1aa21e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## 0.20.0 (unreleased)
## 0.19.2 (2024-08-15)

- Fix some of YAML date parsing
- Fix feed generation for languages not working in some cases (it was taking the value from the root of the config for
feed_filenames)
- Ignore `.bck` files in `zola serve`
- Fix change monitoring on Windows
- Allow disabling sitemap.xml and robots.txt generation
- Fix shortcodes in inline HTML
- Ignore code blocks in word count

## 0.19.1 (2024-06-24)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zola"
version = "0.19.1"
version = "0.19.2"
authors = ["Vincent Prouillet <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parts:
zola:
source-type: git
source: https://github.com/getzola/zola.git
source-tag: v0.19.1
source-tag: v0.19.2
plugin: rust
rust-channel: stable
build-packages:
Expand Down

0 comments on commit 1aa21e0

Please sign in to comment.