Skip to content

Commit

Permalink
Merge pull request #5 from sohonetlabs/v0.1.0
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
juliotrigo committed Aug 9, 2019
2 parents b85e89d + ee22a19 commit 670275b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ Backwards-compatible changes increment the minor version number only.
0.1.0
-----

Released 2019-xx-xx
Released 2019-08-09

Thanks to `@alexpeits <https://github.com/alexpeits>`_ for his contribution to the
initial implementation.


* Initial release of the library (`#1 <https://github.com/sohonetlabs/nameko-rediskn/pull/1>`_)

* Initial release of the library (#1)
- Add the ability to subscribe to events
- Add the ability to subscribe to keys
- Add the ability to subscribe to databases
* Add support for Python ``3.5``, ``3.6``, ``3.7`` (#1)
* Add support for Nameko ``2.11``, ``2.12``, ``3.0`` (#1)
* Add support for (Python) Redis ``2.10``, ``3.0``, ``3.1``, ``3.2``
(#1)
* Add support for Redis ``4.0`` (#1)

* Add support for Python ``3.5``, ``3.6``, ``3.7`` (`#1 <https://github.com/sohonetlabs/nameko-rediskn/pull/1>`_)
* Add support for Nameko ``2.11``, ``2.12`` (`#1 <https://github.com/sohonetlabs/nameko-rediskn/pull/1>`_)
* Add support for (Python) Redis ``2.10``, ``3.0``, ``3.1``, ``3.2`` (`#1 <https://github.com/sohonetlabs/nameko-rediskn/pull/1>`_)
* Add support for Redis ``4.0`` (`#1 <https://github.com/sohonetlabs/nameko-rediskn/pull/1>`_)

0 comments on commit 670275b

Please sign in to comment.