From e0dc63ddabff40a71b978736c8d4f4ed17a5a00e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 3 Oct 2022 21:27:48 +0200 Subject: Add changelog file with entry for 0.3.0 Signed-off-by: Matthias Beyer --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5f51b59 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# CHANGELOG + +## 0.3.0 (03.10.2022) + +New release under new maintainer. +This release was done to mark the new maintainership. It ships with no new +features as the last release, only updated dependencies. + +## Before 0.3.0 + +No changelog existed before. +Also, not tags exist before the 0.3.0 tag. + -- cgit v1.2.3 From c3f6cb36a88fb178f912cf385f239d6b31e0db6f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 3 Oct 2022 21:28:14 +0200 Subject: Update version string to 0.3.0 Signed-off-by: Matthias Beyer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9796c57..6925573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ [[package]] name = "mdbook-svgbob2" -version = "0.2.4" +version = "0.3.0" dependencies = [ "clap 4.0.8", "mdbook", diff --git a/Cargo.toml b/Cargo.toml index 4155f5d..7db00a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mdbook-svgbob2" description = "Alternative mdbook preprocessor for svgbob." -version = "0.2.4" +version = "0.3.0" authors = ["Thomas Lindae ", "Matthias Beyer "] edition = "2021" license = "MIT" -- cgit v1.2.3