Skip to content

Commit a4142dd

Browse files
committed
Prepare for release
1 parent 1b38989 commit a4142dd

File tree

4 files changed

+49
-54
lines changed

4 files changed

+49
-54
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 0.17.1 (unreleased)
3+
## 0.17.1 (2023-02-24)
44

55
- Fix bugs with colocated directories in the root `content` directory
6+
- Fix `zola serve` not respecting `preserve_dotfiles_in_output`
67
- Add `generate_feed` field to the `section` object in templates
78

89
## 0.17.0 (2023-02-16)

Diff for: Cargo.lock

+44-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zola"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors = ["Vincent Prouillet <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

Diff for: snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zola
2-
version: 0.17.0
2+
version: 0.17.1
33
summary: A fast static site generator in a single binary with everything built-in.
44
description: |
55
A fast static site generator in a single binary with everything built-in.
@@ -21,7 +21,7 @@ parts:
2121
zola:
2222
source-type: git
2323
source: https://github.com/getzola/zola.git
24-
source-tag: v0.17.0
24+
source-tag: v0.17.1
2525
plugin: rust
2626
rust-channel: stable
2727
build-packages:

0 commit comments

Comments
 (0)