From 983b647bbc52fe7cd8bae0034d4809a8a1345ec3 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 19 Mar 2023 17:32:39 +0100 Subject: [PATCH] release: shtola 0.4.4 --- Cargo.lock | 10 +++++----- shtola/CHANGELOG.md | 6 ++++++ shtola/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce291a3..42ca8c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ version = "0.5.7" dependencies = [ "argh", "minifemme", - "shtola 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "shtola 0.4.3", ] [[package]] @@ -909,12 +909,13 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shtola" version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f30c0a86aa41bf2c141cdaf0976e6762b5c4c967226f1c348859e370f55a883c" dependencies = [ "comrak", "globset", "id_tree", "log", - "minifemme", "pathdiff", "serde_json", "serde_yaml", @@ -925,14 +926,13 @@ dependencies = [ [[package]] name = "shtola" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30c0a86aa41bf2c141cdaf0976e6762b5c4c967226f1c348859e370f55a883c" +version = "0.4.4" dependencies = [ "comrak", "globset", "id_tree", "log", + "minifemme", "pathdiff", "serde_json", "serde_yaml", diff --git a/shtola/CHANGELOG.md b/shtola/CHANGELOG.md index a73cf04..742a002 100644 --- a/shtola/CHANGELOG.md +++ b/shtola/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.4] - 2023-03-19 + +### Fixed + +- Published with all features enabled. + ## [0.4.3] - 2023-03-19 ### Changed diff --git a/shtola/Cargo.toml b/shtola/Cargo.toml index cc50b51..1d3ac1a 100644 --- a/shtola/Cargo.toml +++ b/shtola/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shtola" description = "Minimal static site generator" -version = "0.4.3" +version = "0.4.4" authors = ["Liv "] edition = "2021" repository = "https://codeberg.org/shadows_withal/shtola"