From 11355ac5836a569c7a6f550f3960b60d7798842c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 14 Jul 2015 16:00:03 +0000 Subject: [PATCH] Use pbr's automatically generated changelog Manually maintaining the changelog leads to issues when the anticipated version does not match the version actually tagged. Use pbr's facility for building a rst changelog automatically instead, to ensure that the published documentation matches the package. Change-Id: I9cd8ff88aeebc15db48f47c731725a6b0da152b5 --- doc/source/changelog.rst | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 16d879982..69ed4fe6c 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,28 +1 @@ -os-brick Changelog history -========================== - -0.3.0 ------ - -* Added HGST Solutions connector. -* Added RBD connector. -* Added ScaleIO connector. -* Added Python 3.4 support. - -.. _1324670 http://bugs.launchpad.net/cinder/+bug/1324670 -.. _1462091 http://bugs.launchpad.net/cinder/+bug/1462091 -.. _1382440 http://bugs.launchpad.net/cinder/+bug/1382440 -.. _1456480 http://bugs.launchpad.net/cinder/+bug/1456480 -.. _1466851 http://bugs.launchpad.net/cinder/+bug/1466851 -.. _1469338 http://bugs.launchpad.net/cinder/+bug/1469338 - -0.2.0 ------ -* This release is primarily to resolve some OpenStack global requirements - conflict issues. - -.. _1453992 http://bugs.launchpad.net/cinder/+bug/1453992 - -0.1.0 ------ -* First version of the library +.. include:: ../../ChangeLog