Skip to content

Releases: dotmpe/git-versioning

0.2.9

29 Oct 01:40
Compare
Choose a tag to compare
Release 0.2.9

0.1.3

18 Sep 04:07
Compare
Choose a tag to compare
  • Fixed load() and sub-cmd check to read .versioned-files.list
    (V_MAIN_DOC) as a *nix alike file.
  • Fixes for make do-release.

0.1.2

18 Sep 03:54
Compare
Choose a tag to compare
Release 0.1.2

0.1.1

20 Sep 22:16
Compare
Choose a tag to compare
  • Minor bits for apply version.
    Added .py support for version and version attributes.

0.1.0

12 Apr 14:54
Compare
Choose a tag to compare
  • Incrementing minor because of V_CHECK change. And running production package
    release again just for the heck of it.

0.0.32

12 Apr 14:00
Compare
Choose a tag to compare
  • Testing packaging with Travis.

0.0.31

20 Sep 22:28
Compare
Choose a tag to compare
  • Renamed test git-versioning to git-versioning-spec to follow name
    convention.

  • Documentation restructured. Fixes, updates.
    Added reference to project GitVersion.

  • Removed V_PATH_LIST. Started read_nix_style_file.

  • Added modus without versioned-files.list (and main document with version).
    VER_STR must be provided in the environment, the files to be checked are
    read from standard-input.

    For example to go without .app-id and .versioned-files.list or main
    document::

    cat my-file.list | APP_ID=myproject VER_STR=1.2.3-alpha git-versioning check

    For this the parameters of the V_CHECK script (tools/cmd/version-check.sh)
    have been changed and are incompatible with previous.

  • Proper production release failed, see next version.

0.0.30

21 Mar 06:17
Compare
Choose a tag to compare
  • Start keeping changelog.

    Currently supports literal paths in .versioned-files.list,
    one main document in properties or reStructuredText format.
    And just a handful of source documents: Shell script, Makefile, Javascript,
    YAML, JSON, Coffee-Script, Ant build XML.
    Any format supporting c-style line comments or unix octotrophe comments,
    but needs to be hardcoded.

    Immediate dev plans: clean-up docs, start on branches for better
    configuration, more flexible parser.

0.0.29

21 Mar 05:43
Compare
Choose a tag to compare
Testing release with 0.0.29

0.0.27

12 Jul 01:08
Compare
Choose a tag to compare
Prepared new version (git-versioning/0.0.27)