summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19feat: add a program to produce an SVG from a roadmapLars Wirzenius1-0/+2
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13chore: bump version for releaseLars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-04-25chore: bump version numberLars Wirzenius1-1/+1
Sponsored-by: author
2023-04-25feat! drop roadmap2dot binary from crateLars Wirzenius1-1/+0
Sponsored-by: author
2022-09-09chore: prepare releaseLars Wirzenius1-1/+1
Sponsored-by: author
2022-09-09chore: bump version of crate in preparation of releaseLars Wirzenius1-1/+1
Sponsored-by: author
2022-09-09fix: bump dependency on textwrapLars Wirzenius1-1/+1
Sponsored-by: author
2022-07-17chore: update version number for releaseLars Wirzenius1-1/+1
Sponsored-by: author
2022-07-17chore: use clap v3 derive instead of structoptLars Wirzenius1-1/+1
Sponsored-by: author
2022-06-14chore: update version number for 0.4.3 releaseLars Wirzenius1-1/+1
Skip the 0.4.2 release as I mistakenly tagged it already. Sponsored-by: author
2022-05-08chore: bump version numberLars Wirzenius1-1/+1
Sponsored-by: author
2022-02-26fix(Cargo.toml): spelling of repositoryLars Wirzenius1-1/+1
Sponsored-by: author
2022-01-29chore: bump version for next releaseLars Wirzenius1-1/+1
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
2022-01-21refactor: parse with serde directly to data structureLars Wirzenius1-0/+1
Use serde to parse directly to a hashmap of steps, instead of generic YAML values. This gives us better error messages. Sponsored-by: author
2022-01-21refactor: sort dependencies in Cargo.tomlLars Wirzenius1-1/+1
Sponsored-by: author
2021-12-14chore: add repo to Cargo.toml, rename README to README.mdLars Wirzenius1-0/+1
Sponsored-by: author
2021-11-23chore: update versions of dependencies and Cargo.lockLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-23feat: change license to MIT-0Lars Wirzenius1-2/+2
Sponsored-by: author
2020-10-29chore: update dependency versions in Cargo.tomlLars Wirzenius1-4/+4
2020-03-20Fix: version numberv0.2.0Lars Wirzenius1-1/+1
2020-03-20Change: version numberv0.2Lars Wirzenius1-1/+1
2020-03-20Change: use anyhow and thiserror for error handlingLars Wirzenius1-0/+2
2019-10-12Change: update version numberLars Wirzenius1-1/+1
2019-10-05Fix: SPDX symbol for GPL3+v0.1.0Lars Wirzenius1-1/+1
2019-10-05Add: metadata to Cargo.tomlLars Wirzenius1-0/+2
2019-09-22Change: wrap long labels to 30 charsLars Wirzenius1-0/+1
2019-09-20Change: roadmap2dot to take input filename from command lineLars Wirzenius1-0/+1
2019-09-20Add: first step for parsing YAMLLars Wirzenius1-0/+1
2019-09-18Add: first commitLars Wirzenius1-0/+9