vup 0.1.0

Helps with bumping version numbers
Documentation
  • Coverage
  • 25%
    4 out of 16 items documented1 out of 5 items with examples
  • Size
  • Source code size: 9.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 429.58 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kcmw3e/version-utils
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kcmw3e

This is a utility that can used to help with version bumping.

Right now the target is just to use it in scripting with SemVer versions, but I could see expanding it into other version schemes being useful as well.

Other potential plans involve configuration for automatically bumping versions in various projects/formats (e.g. bump a package version in Cargo.toml).

The first goal is just to have versions read in via stdin, possibly also on the command line.