summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-29 11:16:04 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-29 11:16:04 +0200
commitc26e3042d718adb4002bbc6c6abcea465d3f2498 (patch)
treeed0008078c1345acd84202e78cbb058d18b668d1
parentc297919824ebbd800c1a6398c4ca76ed59e25554 (diff)
downloadroadmap-c26e3042d718adb4002bbc6c6abcea465d3f2498.tar.gz
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
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <liw@liw.fi>"]
edition = "2018"
license = "MIT-0"