Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Latest commit

 

History

History
93 lines (56 loc) · 2.16 KB

File metadata and controls

93 lines (56 loc) · 2.16 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing yet

2.1 - 2021-08-31

Fixed:

2.0 - 2021-08-25

Changed:

Fixed:

1.0 - 2020-07-14

  • Only match tags of format [0-9]*[-.][0-9]* (E.g. 1.2.3b3)
  • Untagged version now starts with 0.0+ rather than 0+

0.6 - 2020-02-20

  • Remove -C argument from git command to support git 1.8 onwards
  • Print the git error to stderr if the git command fails

0.5 - 2020-02-19

  • Change commandline tool to be called versiongit rather than version-git
  • Tweak version numbers to match versioneer

0.4 - 2020-02-19

  • Put the static version and sha1 in GIT_REFS and GIT_SHA1 rather than writing _version_static.py

0.3 - 2020-02-18

  • Exclude tests package from release

0.2 - 2020-02-18

  • Added support for git archive output
  • Added git_error and git_sha1 variables for debugging
  • Lots of internal build changes

0.1 - 2019-09-20

  • Initial release