Skip to content

Commit

Permalink
Prepare v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <[email protected]>
  • Loading branch information
jeremycline committed Nov 15, 2018
1 parent b937411 commit 6235667
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Release Notes

.. towncrier release notes start
v1.1.0 (2018-11-13)
===================

Features
--------

* Initial work on a serialization format for
:class:`fedora_messaging.message.Message` and APIs for loading and storing
messages. This is intended to make it easy to record and replay messages for
testing purposes.
(`#84 <https://github.com/fedora-infra/fedora-messaging/issues/84>`_)

* Add a module, :mod:`fedora_messaging.testing`, to add useful test helpers.
Check out the module documentation for details!
(`#100 <https://github.com/fedora-infra/fedora-messaging/issues/100>`_)


Contributors
------------
Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Jeremy Cline
* Sebastian Wojciechowski


v1.0.1 (2018-10-10)
===================

Expand Down
2 changes: 1 addition & 1 deletion fedora_messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

__version__ = "1.0.1"
__version__ = "1.1.0"

0 comments on commit 6235667

Please sign in to comment.