summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05Set version to 0.5.0v0.5.0Lars Wirzenius3-2/+7
2021-04-05docs: update release notes in NEWS for 0.5.0Lars Wirzenius1-0/+4
2021-04-05Merge branch 'fix-cargo-lock-update' into 'main'Lars Wirzenius2-5/+5
tests: use a less likely version number See merge request larswirzenius/bumper!15
2021-04-05tests: use a less likely version numberLars Wirzenius2-5/+5
2021-04-05Merge branch 'release' into 'main'Lars Wirzenius3-1/+12
Release 0.4.0 See merge request larswirzenius/bumper!14
2021-04-05Set version to 0.4.0v0.4.0Lars Wirzenius2-1/+6
2021-04-05docs: update release notes in NEWS for 0.4.0Lars Wirzenius1-0/+6
2021-04-05Merge branch 'fix' into 'main'Lars Wirzenius2-2/+3
fix: add devscripts to build-depends and depends See merge request larswirzenius/bumper!13
2021-04-05fix: add devscripts to build-depends and dependsLars Wirzenius2-2/+3
Bumper needs it to run.
2021-04-05Merge branch 'cleanups' into 'main'Lars Wirzenius3-35/+29
Cleanups See merge request larswirzenius/bumper!12
2021-04-05docs: update subplot to match current realityLars Wirzenius1-15/+6
2021-04-05docs: add a READMELars Wirzenius1-0/+23
2021-04-05chore: drop toml binary, as it's no longer usefulLars Wirzenius1-20/+0
2021-04-05Merge branch 'release' into 'main'Lars Wirzenius4-32/+43
Release 0.3.0 See merge request larswirzenius/bumper!11
2021-04-05Set version to 0.3.0v0.3.0Lars Wirzenius3-32/+37
2021-04-05docs: update release notes in NEWS for 0.3.0Lars Wirzenius1-0/+6
2021-04-05Merge branch 'cargo-lock-update' into 'main'Lars Wirzenius5-0/+56
feat: update Cargo.lock int Rust projects See merge request larswirzenius/bumper!10
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius5-0/+56
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-05Merge branch 'relprep' into 'main'Lars Wirzenius2-1/+5
chore: update Cargo.toml with more metadata fields See merge request larswirzenius/bumper!9
2021-04-05chore: update Cargo.toml with more metadata fieldsLars Wirzenius2-1/+5
2021-04-05Merge branch 'release' into 'main'Lars Wirzenius3-2/+9
Release See merge request larswirzenius/bumper!8
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.