Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
release: 22.03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed May 24, 2022
1 parent 1ffa9b0 commit c864ccb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Changes

<!-- towncrier release notes start -->

## 22.03.1 (2022-05-24)

### Fixes
* Add explicit error logs to inform occurrence of `aioredis.exceptions.ConnectionError` because incorrect server URLs and temporary network failures are indistinguishable but should be diagnosable ([#139](https://github.com/lablup/backend.ai-common/issues/139))
* Fix mypy failing on `EtcdLock` and `AsyncEtcd`. ([#141](https://github.com/lablup/backend.ai-common/issues/141))

### Miscellaneous
* Bump etcetra version to 0.1.6. ([#142](https://github.com/lablup/backend.ai-common/issues/142))


## 22.03.0 (2022-04-25)

### Miscellaneous
Expand Down
1 change: 0 additions & 1 deletion changes/139.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/141.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/142.misc

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '22.03.0'
__version__ = '22.03.1'

0 comments on commit c864ccb

Please sign in to comment.