summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-03-16 20:33:43 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-03-16 20:33:43 +0100
commit9e88ed992c989bd0e4bfd92a1dd1cbe176407d98 (patch)
tree4db869e3d2cc38511a5463139796b4426a27e45d /ChangeLog
parent5688677a89f6d8f0168290ca069e473c15b7617c (diff)
downloadsemantic-version-9e88ed992c989bd0e4bfd92a1dd1cbe176407d98.tar.gz
Accept '*' as a Spec (Closes #8).
Spec('*') will match all valid Version objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b84739..30563a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@ ChangeLog
=========
+2.3.0 (2014-03-16)
+------------------
+
+*New:*
+
+ * Handle the full ``semver-2.0.0`` specifications (instead of the ``2.0.0-rc2`` of previous releases)
+ * `#8 <https://github.com/rbarrois/python-semanticversion/issues/8>`_: Allow ``'*'`` as a valid version spec
+
+
2.2.2 (2013-12-23)
------------------