@@ -11,6 +11,32 @@ to `semantic versioning`_.
1111.. _Keep a Changelog : http://keepachangelog.com/
1212.. _semantic versioning : http://semver.org/
1313
14+ `Release 7.0 `_ (2020-02-12)
15+ ---------------------------
16+
17+ **Significant changes: **
18+
19+ - Sanity checks are done to ensure the directory with backups exists, is
20+ readable and is writable. However `#18 `_ made it clear that such sanity
21+ checks can misjudge the situation, which made me realize an escape hatch
22+ should be provided. The new ``--force `` option makes ``rotate-backups ``
23+ continue even if sanity checks fail.
24+
25+ - Skip the sanity check that the directory with backups is writable when the
26+ ``--removal-command `` option is given (because custom removal commands imply
27+ custom semantics, see `#18 `_ for an example).
28+
29+ **Miscellaneous changes: **
30+
31+ - Start testing on Python 3.7 and document compatibility.
32+ - Dropped Python 2.6 (I don't think anyone still cares about this 😉).
33+ - Copied Travis CI workarounds for MacOS from :pypi: `humanfriendly `.
34+ - Updated ``Makefile `` to use Python 3 for local development.
35+ - Bumped copyright to 2020.
36+
37+ .. _Release 7.0 : https://github.com/xolox/python-rotate-backups/compare/6.0...7.0
38+ .. _#18 : https://github.com/xolox/python-rotate-backups/issues/18
39+
1440`Release 6.0 `_ (2018-08-03)
1541---------------------------
1642
0 commit comments