From c26e3042d718adb4002bbc6c6abcea465d3f2498 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Jan 2022 11:16:04 +0200 Subject: chore: bump version for next release The new release breaks things that used to work, even if what used to work was broken: we now use serde to parse YAML, and are much more strict about what is accepted. Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40ef824..a655588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadmap" -version = "0.3.0" +version = "0.4.0" authors = ["Lars Wirzenius "] edition = "2018" license = "MIT-0" -- cgit v1.2.1