diff --git a/Cargo.lock b/Cargo.lock index 8472060..34b8e45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ version = "0.5.6" dependencies = [ "argh", "minifemme", - "shtola 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "shtola 0.4.2", ] [[package]] @@ -909,12 +909,13 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shtola" version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0807abbba44d0d5aaae56cba07cb4787e3a31d2a7a0cc5cfc809c8405d5b2a11" dependencies = [ "comrak", "globset", "id_tree", "log", - "minifemme", "pathdiff", "serde_json", "serde_yaml", @@ -925,14 +926,13 @@ dependencies = [ [[package]] name = "shtola" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0807abbba44d0d5aaae56cba07cb4787e3a31d2a7a0cc5cfc809c8405d5b2a11" +version = "0.4.3" dependencies = [ "comrak", "globset", "id_tree", "log", + "minifemme", "pathdiff", "serde_json", "serde_yaml", diff --git a/shtola/CHANGELOG.md b/shtola/CHANGELOG.md index 2ac0550..a73cf04 100644 --- a/shtola/CHANGELOG.md +++ b/shtola/CHANGELOG.md @@ -5,6 +5,13 @@ 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.3] - 2023-03-19 + +### Changed + +- Changed License to AGPL-3.0-or-later. +- Changed test fixture destination locations. + ## [0.4.2] - 2021-11-10 ### Changed diff --git a/shtola/Cargo.toml b/shtola/Cargo.toml index 6ee5118..cc50b51 100644 --- a/shtola/Cargo.toml +++ b/shtola/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shtola" description = "Minimal static site generator" -version = "0.4.2" +version = "0.4.3" authors = ["Liv "] edition = "2021" repository = "https://codeberg.org/shadows_withal/shtola"