Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Aug 20, 2018
1 parent f97b6cf commit 10ffd95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
*********

`2.0.1`_ (2018-08-20)
---------------------

- Fix to prevent creating two path instances with the same path string
- Various improvements to logging messages

`2.0.0`_ (2018-07-16)
--------------------------
---------------------

**Important:** Make sure your clients supports the `disconnected` message before upgrading.
**Important:** Make sure you're using Python >= 3.4.4 and that your clients support the
`disconnected` message before upgrading.

- Add support for the `disconnected` message (major)
- Fix potential invalid order of messages when dispatching a `send-error`
Expand All @@ -30,6 +37,7 @@ Changelog

.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md

.. _2.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
.. _2.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
.. _1.0.2: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
.. _1.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion saltyrtc/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

__author__ = 'Lennart Grahl <[email protected]>'
__status__ = 'Production'
__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit 10ffd95

Please sign in to comment.