From dcc03caf437052cba32e980f872931535453dd3a Mon Sep 17 00:00:00 2001 From: Robin Klingsberg Date: Mon, 24 Apr 2017 16:22:05 -0400 Subject: [PATCH] Move changelog to correct location --- CHANGELOG.md | 16 ---------------- docs/history.rst | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 9117b14..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Release History - -## 2.0.0 (2017-04-20) -- Move Mixin and AMQP client to separate files -- Replace AMQP connection handling code with latest internal version -- Provide ability to register callbacks for ready, unavailable, and persistent failure states -- Remove default AMQP URL from AMQP class, url is now a required parameter for install -- Rename amqp_publish 'message' parameter to 'body' -- Add properties for all AMQP states -- Provide mandatory AMQP properties (app_id, correlation_id, message_id, timestamp) automatically - - Mandatory properties cannot be overridden -- Add unit test coverage for new functionality - - Test execution requires a running AMQP server - -## 0.1.0 (2015-09-08) -- Initial release diff --git a/docs/history.rst b/docs/history.rst index 90c2859..6dfb0aa 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,19 @@ Version History =============== +`2.0.0`_ Apr 24, 2017 +--------------------- +- Move Mixin and AMQP client to separate files +- Replace AMQP connection handling code with latest internal version +- Provide ability to register callbacks for ready, unavailable, and persistent failure states +- Remove default AMQP URL from AMQP class, url is now a required parameter for install +- Rename amqp_publish 'message' parameter to 'body' +- Add properties for all AMQP states +- Provide mandatory AMQP properties (app_id, correlation_id, message_id, timestamp) automatically + - Mandatory properties cannot be overridden +- Add unit test coverage for new functionality + - Test execution requires a running AMQP server + `1.0.1`_ Feb 28, 2016 --------------------- - Fixed documentation links and generation. @@ -30,7 +43,8 @@ Version History ---------------------- - Initial implementation -.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/1.0.1...HEAD +.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/2.0.0...HEAD +.. _2.0.0: https://github.com/sprockets/sprockets.amqp/compare/1.0.1...2.0.0 .. _1.0.1: https://github.com/sprockets/sprockets.amqp/compare/1.0.0...1.0.1 .. _1.0.0: https://github.com/sprockets/sprockets.amqp/compare/0.1.4...1.0.0 .. _0.1.4: https://github.com/sprockets/sprockets.amqp/compare/0.1.3...0.1.4