summaryrefslogtreecommitdiff
path: root/subplot
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius2-0/+20
If we update Cargo.toml, but not Cargo.lock, and Cargo.lock is in git, when cargo publish will refuse to publish, because the files are out of sync.
2021-04-04feat: commit changes made by BumperLars Wirzenius2-7/+19
The git tag then points at that commit.
2021-03-30fix: initial git setup works to set user infoLars Wirzenius1-0/+21
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius3-1/+23
2021-03-28feat: create git tag for releaseLars Wirzenius2-0/+53
2021-03-28test: add first bumper-specific bindings and step functionsLars Wirzenius2-0/+11
2021-03-28test: add vendored copies of Subplot librariesLars Wirzenius4-0/+612
We'll need these soon.