Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Feb 24, 2023
1 parent 1b38989 commit a4142dd
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 54 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.17.1 (unreleased)
## 0.17.1 (2023-02-24)

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

## 0.17.0 (2023-02-16)
Expand Down
94 changes: 44 additions & 50 deletions 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.17.0"
version = "0.17.1"
authors = ["Vincent Prouillet <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zola
version: 0.17.0
version: 0.17.1
summary: A fast static site generator in a single binary with everything built-in.
description: |
A fast static site generator in a single binary with everything built-in.
Expand All @@ -21,7 +21,7 @@ parts:
zola:
source-type: git
source: https://github.com/getzola/zola.git
source-tag: v0.17.0
source-tag: v0.17.1
plugin: rust
rust-channel: stable
build-packages:
Expand Down

0 comments on commit a4142dd

Please sign in to comment.