15
0

- Update to version 0.6.0:

* more strict error handling (InvalidTypeIncluded is added)
- Changes for version 0.5.1:
  * bug fix
- Changes for version 0.5.0:
  * include_prerelease option is added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=10
This commit is contained in:
2019-01-10 13:52:59 +00:00
committed by Git OBS Bridge
parent 6902327b73
commit 75c67c62d4
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 10 13:48:13 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.6.0:
* more strict error handling (InvalidTypeIncluded is added)
- Changes for version 0.5.1:
* bug fix
- Changes for version 0.5.0:
* include_prerelease option is added
-------------------------------------------------------------------
Thu Oct 11 13:33:36 UTC 2018 - Martin Pluskal <mpluskal@suse.com>