Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Mar 22, 2023
2 parents 03f162e + 4d50941 commit ea8227b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: matrix.py_version == '3.9'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
- name: Stop containers
if: always()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskiq-nats"
version = "0.1.0"
version = "0.1.1"
description = "NATS integration for taskiq"
authors = ["taskiq-team <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions taskiq_nats/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ async def listen(self) -> AsyncGenerator[BrokerMessage, None]:
async def shutdown(self) -> None:
"""Close connections to NATS."""
await self.client.close()
await super().shutdown()

0 comments on commit ea8227b

Please sign in to comment.