shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 7bdbe151a35583da01898788778a677d42e42a1e
parent ecba8a9f59971aab7c28f769f9ac968fc6ff8b7e
Author: mokou <mokou@posteo.de>
Date:   Sun, 17 Jan 2021 14:37:08 +0100

release: Bump versions

release: shtola 0.1.1
release: shtola-markdown 0.1.1

Diffstat:
Mshtola-markdown/Cargo.toml | 4++--
Mshtola/Cargo.toml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/shtola-markdown/Cargo.toml b/shtola-markdown/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shtola-markdown" description = "Markdown plugin for Shtola" -version = "0.1.0" +version = "0.1.1" authors = ["marisa <mokou@posteo.de>"] edition = "2018" repository = "https://github.com/fmoko/shtola/tree/master/shtola-markdown" @@ -11,7 +11,7 @@ license-file = "LICENSE" [dependencies] comrak = "0.6.2" -shtola = { path = "../shtola", version = "0.1.0" } +shtola = { path = "../shtola", version = "0.1.1" } [dev_dependencies] pretty_env_logger = "0.3.1" diff --git a/shtola/Cargo.toml b/shtola/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shtola" description = "Minimal static site generator" -version = "0.1.0" +version = "0.1.1" authors = ["marisa <mokou@posteo.de>"] edition = "2018" repository = "https://github.com/fmoko/shtola/tree/master/shtola"