summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-26 18:43:03 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-26 18:43:03 +0200
commit1aba99c5876cb19263769992fc199bd6f179ebe9 (patch)
treedf7e41b10e72b7d3d03678a0cb0f63230afb4161
parent553dd2eef4e019dca2d2b7040c3a4f02cf4ed336 (diff)
downloadpandoc-filter-diagram-1aba99c5876cb19263769992fc199bd6f179ebe9.tar.gz
chore: bump version for next release
From 0.1.1 to 0.2.0, because this release will bump the minimum supported Rust version, and I consider that to be a breaking change. Sponsored-by: author
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d5f088..baf8c86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "pandoc-filter-diagram"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"anyhow",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index 53682a6..16e0618 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pandoc-filter-diagram"
-version = "0.1.1"
+version = "0.2.0"
edition = "2018"
authors = [
"Lars Wirzenius <liw@liw.fi>",