Skip to content

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jan 17, 2022
1 parent c51695f commit 8759c82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.7.5 2022-01-17

- Drop support for Python 3.6 [[#108]](https://github.com/aiidateam/kiwipy/pull/108)
- `RmqCommunicator`: add the `server_properties` property [[#107]](https://github.com/aiidateam/kiwipy/pull/107)
- Expose `aio_pika.Connection.add_close_callback` [[#104]](https://github.com/aiidateam/kiwipy/pull/104)

## v0.7.4 2021-03-02

- ♻️ REFACTOR: BroadcastFilter to extract filter conditions into a separate `is_filtered` method.
Expand All @@ -11,7 +17,7 @@

## v0.7.2 2021-02-11

🐛 FIX: an aio-pika deprecation, to use async context managers when processing messages.
- 🐛 FIX: an aio-pika deprecation, to use async context managers when processing messages.

## v0.7.1

Expand Down
2 changes: 1 addition & 1 deletion kiwipy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__ = '0.7.4'
__version__ = '0.7.5'

__all__ = ('__version__',)

0 comments on commit 8759c82

Please sign in to comment.