From 1aba99c5876cb19263769992fc199bd6f179ebe9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 Jan 2022 18:43:03 +0200 Subject: 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 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 ", -- cgit v1.2.1