gitver Changelog

What's new in gitver 0.3.1

Oct 20, 2014
  • Update README.md
  • Fix commit_count in templates not being an empty string when 0

New in gitver 0.3.0 (Jan 20, 2014)

  • fixes lot of bugs
  • much internal refactoring
  • stdout and stderr streams now handled correctly
  • renamed command "cleanall" to "clean-all"
  • gitver's version string switched to the Semantic Versioning scheme
  • adds custom version string formatting (see config file)
  • adds new command "gitver preview" for previewing templates
  • adds new "--quiet" and "--quiet-errors" flags
  • adds new "current" command
  • adds new "--colors" flag to switch coloring on/off, regardless of the configuration file
  • adds new "check" command to perform basic .gitignore checking
  • adds support for optional revision numbers (x.y.z.W)
  • adds support for optional pre-release metadata in tags
  • adds support for tags without a "v" prefix
  • adds new "safe_mode", enabled by default
  • adds new template variable placeholders
  • updated configuration file, you should mvoe or remove the previous configuration file (at .gitver/config) and regenerate the new one with the "gitver init" command
  • console colors disabled by default, better support for old terminal emulators

New in gitver 0.3.0 RC1 (Jan 13, 2014)

  • This version adds complete customization over the version string format using Python-based named parameters, support Semantic Versioning, and adds bugfixes.