summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow setting a fallback version in case everything else fails.Antony Lee2019-03-033-0/+9
* Add option git_describe_commandLuciano Bello2018-10-283-1/+7
* fix pre-commit issuesRonny Pfannschmidt2018-10-271-2/+4
* pass trough config everywhereRonny Pfannschmidt2018-08-084-22/+32
* remove extras from ScmVersion reprRonny Pfannschmidt2018-08-081-2/+1
* add missing config arg to hacks hooksRonny Pfannschmidt2018-08-081-2/+2
* repare changelog and begin warnings crackdownRonny Pfannschmidt2018-08-082-2/+12
* Merge pull request #299 from RonnyPfannschmidt/fix-298Ronny Pfannschmidt2018-08-081-7/+20
|\
| * finalize error handling for git file listingRonny Pfannschmidt2018-08-081-0/+1
| * turn the archive usage error into a logged exceptionRonny Pfannschmidt2018-08-081-7/+19
* | fix #297 - correct the invocation in version_from_scmRonny Pfannschmidt2018-08-081-1/+7
|/
* fix #292 - support for uppercase leading v character in tag version extractio...Ronny Pfannschmidt2018-07-301-1/+1
* introduce travis jobs and configure egg builds them (#288)v3.0.3Ronny Pfannschmidt2018-07-242-1/+4
* fix #286 - return a list from tags_to_versionsRonny Pfannschmidt2018-07-241-13/+24
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-232-19/+29
* fix #281 - reorder arguments to allow prior calls to workRonny Pfannschmidt2018-07-231-2/+11
* Merge pull request #276 from punkadiddle/masterRonny Pfannschmidt2018-07-176-63/+221
|\
| * tags_to_version loops reduced to map functionpunkadiddle2018-07-101-6/+1
| * removed string formattingpunkadiddle2018-07-101-1/+1
| * compatibility fixes for apipunkadiddle2018-07-101-1/+1
| * check custom parse function for availability of config argumentpunkadiddle2018-07-101-7/+10
| * working draft using configuration instance classpunkadiddle2018-07-096-105/+169
| * assertion replaced by warningpunkadiddle2018-06-301-4/+9
| * warnings on version extractionpunkadiddle2018-06-301-0/+4
| * debug output extendedpunkadiddle2018-06-301-1/+1
| * tag parsing configurable through tag_regexpunkadiddle2018-06-304-24/+111
* | Do not parse tag when pretending versionJonathan Piron2018-07-021-1/+1
|/
* fix #266 and add a unittest for the tag_to_versionRonny Pfannschmidt2018-05-221-2/+10
* add a test addressing #266 demonstraing its not a git issueRonny Pfannschmidt2018-05-221-9/+16
* breaking change - no longer accept plain strings from parseRonny Pfannschmidt2018-05-211-7/+2
* sort out latent typeerrorRonny Pfannschmidt2018-05-211-1/+1
* sort out parse_version debugging, fixes #261Ronny Pfannschmidt2018-05-212-16/+15
* switch to src/ layoutRonny Pfannschmidt2018-05-1913-0/+1165