Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 20, 2022
1 parent f113f44 commit 1927b3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.8.1 2022-10-20

### Fixes

- Restore intended interface of `RmqThreadCommunicator` [[#124]](https://github.com/aiidateam/kiwipy/pull/124)

### Deprecations

- `RmqThreadCommunicator`: remove deprecated `start` and `stop` methods [[#125]](https://github.com/aiidateam/kiwipy/pull/125)

### Dependencies

- Move `shortuuid` from `test` extra to main [[#123]](https://github.com/aiidateam/kiwipy/pull/123)
- Unpin `docutils` from the `docs` extra [[#123]](https://github.com/aiidateam/kiwipy/pull/123)


## v0.8.0 2022-10-13

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/kiwipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Robust, high-volume, message based communication made easy."""
__version__ = '0.8.0'
__version__ = '0.8.1'

import logging

Expand Down

0 comments on commit 1927b3d

Please sign in to comment.