From ed5dc3b8bd69bfcd250222278c46f2302a101ae8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 May 2022 08:16:36 +0300 Subject: chore: bump version number Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 077dcc6..71172dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadmap" -version = "0.4.0" +version = "0.4.1" authors = ["Lars Wirzenius "] edition = "2018" license = "MIT-0" -- cgit v1.2.1 From e750bc2e24c850d5dd4b87953e5d41bf1c75b459 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 May 2022 08:16:58 +0300 Subject: fix: make it easier to see the rendered roadmap outside of gitlab Sponsored-by: author --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d31eb4..ea996e4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ To run: cargo run --bin roadmap2dot legend.yaml | dot -Tsvg > legend.svg ~~~ -This will produce a graph like the one below. +This will produce a graph, which is visible below if this README is +rendered from the source tree; or you can it [in the +repository](https://gitlab.com/larswirzenius/roadmap/-/blob/main/legend.svg). ![](legend.svg "See yaml for textual version") -- cgit v1.2.1