summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05Set version to 0.2.0v0.2.0Lars Wirzenius2-1/+6
2021-04-05docs: update release notes in NEWSLars Wirzenius1-1/+3
2021-04-04Merge branch 'commit' into 'main'Lars Wirzenius6-36/+52
feat: commit changes made by Bumper See merge request larswirzenius/bumper!7
2021-04-04feat: commit changes made by BumperLars Wirzenius6-36/+52
The git tag then points at that commit.
2021-04-04Merge branch 'dch' into 'main'Lars Wirzenius6-5/+82
feat: set version in debian/changelog See merge request larswirzenius/bumper!6
2021-04-04feat: set version in debian/changelogLars Wirzenius6-5/+82
2021-04-01Merge branch 'fix-deb' into 'main'Lars Wirzenius1-2/+3
fix: actually install bumper binary See merge request larswirzenius/bumper!5
2021-04-01fix: actually install bumper binaryLars Wirzenius1-2/+3
2021-03-31Merge branch 'fix-build-dep' into 'main'Lars Wirzenius1-0/+1
fix: add moreutils to build-deps See merge request larswirzenius/bumper!4
2021-03-31fix: add moreutils to build-depsLars Wirzenius1-0/+1
2021-03-31Merge branch 'fix-build-dep' into 'main'Lars Wirzenius1-0/+1
fix: add pkg-config to build-deps See merge request larswirzenius/bumper!3
2021-03-31fix: add pkg-config to build-depsLars Wirzenius1-0/+1
2021-03-31Merge branch 'build-deb' into 'main'Lars Wirzenius1-0/+1
fix: add libssl-dev as a build-dep See merge request larswirzenius/bumper!2
2021-03-31fix: add libssl-dev as a build-depLars Wirzenius1-0/+1
2021-03-30Merge branch 'debian' into 'main'Lars Wirzenius11-17/+135
Add Debian packaging See merge request larswirzenius/bumper!1
2021-03-30build: add Debian packagingLars Wirzenius7-0/+70
2021-03-30fix: initial git setup works to set user infoLars Wirzenius1-0/+21
2021-03-30report cwd when running git tagLars Wirzenius1-0/+1
2021-03-30feat: report absolute path when setting version for RustLars Wirzenius2-1/+9
2021-03-30fix: report project name and location when setting version for RustLars Wirzenius2-16/+34
2021-03-29Merge branch 'unknown-project' into mainLars Wirzenius13-11/+1651
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius13-11/+1651
2021-03-28Merge branch 'make-tag' into mainLars Wirzenius9-7/+441
2021-03-28feat: create git tag for releaseLars Wirzenius9-7/+441
2021-03-28Merge branch 'start' into mainLars Wirzenius14-8/+923
2021-03-28feat: implement dummy main programLars Wirzenius1-0/+3
This doesn't do anything useful. It's mainly a placeholder, but it lets us run the subplot.
2021-03-28doc: add start of a subplotLars Wirzenius1-0/+99
This only has one scenario for now, but explains what the project is about. I expect this to eventually change entirely, but this will do as a start.
2021-03-28test: add first bumper-specific bindings and step functionsLars Wirzenius2-0/+11
2021-03-28test: add vendored copies of Subplot librariesLars Wirzenius5-7/+613
We'll need these soon.
2021-03-28doc: add a placeholder for release notesLars Wirzenius1-0/+3
2021-03-28test: add script to build and run build-directory testsLars Wirzenius1-0/+35
2021-03-28chore: add dependencies to Cargo.tomlLars Wirzenius3-1/+159
Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release.
2021-03-21feat: initial commitLars Wirzenius3-0/+18