137 lines
2.1 KiB
ReStructuredText
137 lines
2.1 KiB
ReStructuredText
##########
|
|
Change Log
|
|
##########
|
|
|
|
Python SemVer library
|
|
#####################
|
|
|
|
All notable changes to this code base will be documented in this file,
|
|
in every released version.
|
|
|
|
|
|
Version 2.1.2
|
|
=============
|
|
|
|
:Released: 2015-05-23
|
|
:Maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Restore current README document to distribution manifest.
|
|
|
|
|
|
Version 2.1.1
|
|
=============
|
|
|
|
:Released: 2015-05-23
|
|
:Maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Remove absent document from distribution manifest.
|
|
|
|
|
|
Version 2.1.0
|
|
=============
|
|
|
|
:Released: 2015-05-22
|
|
:Maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
|
|
|
|
Additions
|
|
---------
|
|
|
|
* Document installation instructions.
|
|
|
|
* Document project home page.
|
|
|
|
* Add function to format a version string from components.
|
|
|
|
* Add functions to increment specific components in a version.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Migrate README document to Markdown format.
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Correct code examples in README document.
|
|
|
|
|
|
Version 2.0.2
|
|
=============
|
|
|
|
:Released: 2015-04-14
|
|
:Maintainer: Konstantine Rybnikov <k-bx@k-bx.com>
|
|
|
|
Additions
|
|
---------
|
|
|
|
* Add configuration for Travis continuous integration.
|
|
|
|
* Explicitly declare supported Python versions.
|
|
|
|
|
|
Version 2.0.1
|
|
=============
|
|
|
|
:Released: 2014-09-24
|
|
:Maintainer: Konstantine Rybnikov <k-bx@k-bx.com>
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* [GitHub issue #9] Correct comparison of equal version strings.
|
|
|
|
|
|
Version 2.0.0
|
|
=============
|
|
|
|
:Released: 2014-05-24
|
|
:Maintainer: Konstantine Rybnikov <k-bx@k-bx.com>
|
|
|
|
Additions
|
|
---------
|
|
|
|
* Grant license in this code base under BSD 3-clause license terms.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Update parser to SemVer standard 2.0.0.
|
|
|
|
* Ignore build component for comparison.
|
|
|
|
|
|
Version 0.0.2
|
|
=============
|
|
|
|
:Released: 2012-05-10
|
|
:Maintainer: Konstantine Rybnikov <k-bx@k-bx.com>
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Use standard library Distutils for distribution management.
|
|
|
|
|
|
Version 0.0.1
|
|
=============
|
|
|
|
:Released: 2012-04-28
|
|
:Maintainer: Konstantine Rybnikov <kost-bebix@yandex.ru>
|
|
|
|
* Initial release.
|
|
|
|
|
|
..
|
|
Local variables:
|
|
coding: utf-8
|
|
mode: text
|
|
mode: rst
|
|
End:
|
|
vim: fileencoding=utf-8 filetype=rst :
|