kitab

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | LICENSE

commit c9357fc4f409a65f6f029104ac4001d53e11942d
parent d84c216098da4ebfcb1c56642513d3985ae67662
Author: lash <dev@holbrook.no>
Date:   Sun, 25 Sep 2022 19:47:27 +0000

Bump version

Diffstat:
MCHANGELOG | 3+++
MCargo.toml | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,6 @@ +- 0.0.2 + - enable specifying custom digests as arguments + - enable multiple digests for biblatex - 0.0.1 - rdf/turtle native format with directory store - import from biblatex diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitab" -version = "0.0.1" +version = "0.0.2" authors = ["Louis Holbrook <dev@holbrook.no>"] edition = "2021" rust-version = "1.60"