release: shtola 0.4.3

This commit is contained in:
liv 2023-03-19 17:25:21 +01:00
parent 369a03aac6
commit fb8a22e0a6
3 changed files with 13 additions and 6 deletions

10
Cargo.lock generated
View file

@ -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",

View file

@ -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

View file

@ -1,7 +1,7 @@
[package]
name = "shtola"
description = "Minimal static site generator"
version = "0.4.2"
version = "0.4.3"
authors = ["Liv <shadows_withal@fastmail.com>"]
edition = "2021"
repository = "https://codeberg.org/shadows_withal/shtola"