@@ -11,6 +11,34 @@ to `semantic versioning`_.
1111.. _Keep a Changelog : http://keepachangelog.com/
1212.. _semantic versioning : http://semver.org/
1313
14+ `Release 0.6 `_ (2018-07-03)
15+ ---------------------------
16+
17+ - **Bug fix: ** Don't raise an exception in ``parse_crypttab() `` when
18+ ``/etc/crypttab `` doesn't exist. I ran into the exception that used to be
19+ raised when I ran ``upgrade-remote-system `` (in debuntu-tools _) against a
20+ server without any encrypted filesystems and was unpleasantly surprised that
21+ my "upgrade && reboot && cleanup kernels" had aborted halfway 😇.
22+
23+ - **Miscellaneous changes: ** (lots of them)
24+
25+ - Added this changelog and restructured the documentation.
26+ - Integrated ``property_manager.sphinx `` to improve documentation.
27+ - Minor changes to the ``setup.py `` script:
28+
29+ - Added the ``license='MIT' `` key.
30+ - Changed alpha trove classifier to beta.
31+ - Added some additional trove classifiers.
32+
33+ - Added usage messages of ``cryptdisks-start-fallback `` and
34+ ``cryptdisks-stop-fallback `` to readme.
35+ - Changed ``MANIFEST.in `` to include documentation in source distributions.
36+ - Minor improvements to documentation of ``linux_utils.cli `` module.
37+ - Bumped copyright to 2018.
38+
39+
40+ .. _Release 0.6 : https://github.com/xolox/python-linux-utils/compare/0.5...0.6
41+
1442`Release 0.5 `_ (2017-06-24)
1543---------------------------
1644
0 commit comments