mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Adopt semver
Djrill's been practicing semver since 1.0; make it official now.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
Djrill practices `semantic versioning <semver>`_.
|
||||
Among other things, this means that minor updates
|
||||
(1.x to 1.y) should always be backwards-compatible,
|
||||
and breaking changes will always increment the
|
||||
major version number (1.x to 2.0).
|
||||
|
||||
|
||||
Version 1.4 (development):
|
||||
|
||||
* Django 1.8 beta support
|
||||
@@ -98,3 +105,5 @@ Version 0.2:
|
||||
specify Mandrill-specific options. This is no longer needed -- Mandrill
|
||||
options can now be set directly on a Django ``EmailMessage`` object or any
|
||||
subclass. (Existing code can continue to use ``DjrillMessage``.)
|
||||
|
||||
.. _semver: http://semver.org
|
||||
|
||||
Reference in New Issue
Block a user