Skip to content

Releases: elsejj/verit

v0.2.4

06 Feb 07:24

Choose a tag to compare

Fixed

  • Fix Mix project type detection

v0.2.3

15 Dec 01:57

Choose a tag to compare

Added

  • Add '-R' option to recursively bump version.

Fixed

  • Fix rust python project version regex

v0.2.2

21 Oct 11:41

Choose a tag to compare

Fixed

  • Fix error when unsupported project is in the working directory.

v0.2.1

15 Oct 01:55

Choose a tag to compare

Added

  • Check CHANGELOG.md if exists had updated for current release when creating a new release.
  • Support mix project types in a single repository. For example, a pyo3 project with both Rust and Python code.
  • Add -b to set build metadata.
  • Add -r to set prerelease version.

v0.2.0

14 Oct 11:41

Choose a tag to compare

Added

  • Add -T option to create git tag with current version and push to remote.
  • Add -M=, -m=, -p= options to bump to specific version.
  • Add -V option to set project version directly.
  • Add support for Go projects.
  • Add support for Python projects.
  • Add support for JavaScript/TypeScript projects.
  • Add support for Rust projects.

Changed

  • use utils simplify code.
  • use AGENTS.md to help AI generate code.