From 93338c2762ea34fd0eebeb4a2681fed540050080 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 22 May 2019 20:52:15 +0200 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- docs/content/documentation/deployment/github-pages.md | 2 +- docs/content/documentation/deployment/gitlab-pages.md | 2 +- docs/content/documentation/deployment/netlify.md | 4 ++-- snapcraft.yaml | 4 ++-- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f041fe7..398f2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## 0.7.1 (unreleased) +## 0.8.0 (unreleased) + +### Breaking + +- Allow specifying heading IDs. It is a breaking change in the unlikely case you are using `{#..}` in your heading + +### Other + +- Fix image processing not happening if called from the template ## 0.7.0 (2019-04-28) diff --git a/Cargo.toml b/Cargo.toml index eb55898..c74358b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.7.1" +version = "0.8.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 8e61292..049307c 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -51,7 +51,7 @@ language: minimal before_script: # Download and unzip the zola executable # Replace the version numbers in the URL by the version you want to use - - curl -s -L https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin + - curl -s -L https://github.com/getzola/zola/releases/download/v0.8.0/zola-v0.8.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin script: - zola build diff --git a/docs/content/documentation/deployment/gitlab-pages.md b/docs/content/documentation/deployment/gitlab-pages.md index f51b298..090abf2 100644 --- a/docs/content/documentation/deployment/gitlab-pages.md +++ b/docs/content/documentation/deployment/gitlab-pages.md @@ -41,7 +41,7 @@ variables: # This variable will ensure that the CI runner pulls in your theme from the submodule GIT_SUBMODULE_STRATEGY: recursive # Specify the zola version you want to use here - ZOLA_VERSION: "v0.7.0" + ZOLA_VERSION: "v0.8.0" pages: script: diff --git a/docs/content/documentation/deployment/netlify.md b/docs/content/documentation/deployment/netlify.md index 3aabfc4..04305ee 100644 --- a/docs/content/documentation/deployment/netlify.md +++ b/docs/content/documentation/deployment/netlify.md @@ -14,7 +14,7 @@ If you don't have an account with Netlify, you can [sign up](https://app.netlify Once you are in the admin interface, you can add a site from a Git provider (GitHub, GitLab or Bitbucket). At the end of this process, you can select the deploy settings for the project: - - build command: `ZOLA_VERSION=0.7.0 zola build` (replace the version number in the variable by the version you want to use) + - build command: `ZOLA_VERSION=0.8.0 zola build` (replace the version number in the variable by the version you want to use) - publish directory: the path to where the `public` directory is With this setup, your site should be automatically deployed on every commit on master. For `ZOLA_VERSION`, you may @@ -36,7 +36,7 @@ command = "zola build" [build.environment] # Set the version name that you want to use and Netlify will automatically use it -ZOLA_VERSION = "0.7.0" +ZOLA_VERSION = "0.8.0" # The magic for deploying previews of branches # We need to override the base url with whatever url Netlify assigns to our diff --git a/snapcraft.yaml b/snapcraft.yaml index 2b297c1..c8a8624 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zola -version: 0.7.0 +version: 0.8.0 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. @@ -21,7 +21,7 @@ parts: zola: source-type: git source: https://github.com/getzola/zola.git - source-tag: v0.7.0 + source-tag: v0.8.0 plugin: rust rust-channel: stable build-packages: