release: shtola 0.4.4

This commit is contained in:
liv 2023-03-19 17:32:39 +01:00
parent 6fa1f0de2b
commit 983b647bbc
3 changed files with 12 additions and 6 deletions

10
Cargo.lock generated
View file

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

View file

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

View file

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