summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:16:50 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:16:50 +0200
commite98c3850d11f19f7c3268a48ace69dd6903f335e (patch)
treee0bfbd105337bd534dc6b58429c1c4bda36820ab
parentc555c3c2535db201f67c243e4ee82e5b848c9ff3 (diff)
downloadsemantic-version-e98c3850d11f19f7c3268a48ace69dd6903f335e.tar.gz
Introduce the changelog.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--doc/changelog.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
new file mode 100644
index 0000000..e3e94e7
--- /dev/null
+++ b/doc/changelog.rst
@@ -0,0 +1,25 @@
+ChangeLog
+=========
+
+1.1.0 (current)
+------------------
+
+*New:*
+
+ * Improved "loose" specification support (``>~``, ``<~``, ``!~``)
+ * Introduced "not equal" specifications (``!=``, ``!~``)
+ * :class:`~semantic_version.SpecList` class combining many :class:`~semantic_version.Spec`
+ * Add :class:`~semantic_version.django_fields.SpecListField` to store a :class:`~semantic_version.SpecList`.
+
+1.0.0 (18/05/2012)
+------------------
+
+First public release.
+
+*New:*
+
+ * :class:`~semantic_version.Version` and :class:`~semantic_version.Spec` classes
+ * Related django fields: :class:`~semantic_version.django_fields.VersionField`
+ and :class:`~semantic_version.django_fields.SpecField`
+
+.. vim:et:ts=4:sw=4:tw=79:ft=rst: