summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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>",