* Improved handling of keywords, including fixed handling of `patch` * Improved documentation
1.0.0
* Initial release featuring single function `version_compare_simple(v1, v2)`
0.2.2
* Documentation typo fix, no functional change.
0.2.1
* Documentation and demo improvements, no functional change. Added comparison against PyPi `cmp_version` and `version` modules.
0.2.0
* Minor performance improvement for `Version` class * Added demo code with benchmars and correctness comparison to other implementations * Improve documentation.