Fixed some bugs regarding minor version checks on version:

1. I have forgot to update it on recent releases. Seems that most people just
   use round versions since nobody complained.
2. It's too hard to understand how the github.com/Masterminds/semver package
   works, so I just got rid of it and we're now using plain float checks.
This commit is contained in:
Andrey Nering
2019-06-15 22:37:20 -03:00
parent 4cee4aa5a8
commit abe0352de9
4 changed files with 36 additions and 76 deletions

View File

@@ -2,6 +2,7 @@
## Unreleased
- Fixed some bugs regarding minor version checks on `version:`.
- Add `preconditions:` to task
([#205](https://github.com/go-task/task/pull/205)).
- Create directory informed on `dir:` if it doesn't exist