summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-10-03 19:38:20 +0000
committerGitHub <noreply@github.com>2022-10-03 19:38:20 +0000
commit91bede5512458e20f96203c488c4b0c311c18153 (patch)
tree3bcec188b566ee2aaf5c30727b80672a2f0dc789
parented050634cf0a2ff2f98e07f0f2f72a04b135d2ed (diff)
parentc3f6cb36a88fb178f912cf385f239d6b31e0db6f (diff)
11: Prepare 0.3.0 r=matthiasbeyer a=matthiasbeyer This is the release preparation for the 0.3.0 release. Once merged, I will publish 0.3.0. Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 15 insertions, 2 deletions
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.
+
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 <thomas.lindae@in.tum.de>", "Matthias Beyer <mail@beyermatthias.de>"]
edition = "2021"
license = "MIT"