Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
release: 22.03.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Apr 12, 2022
1 parent ee49337 commit 8516c5f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,17 @@ Changes

<!-- towncrier release notes start -->

## 22.03.0b1 (2022-04-12)

### Features
* Allow specifying the architecture when setting image aliases ([#211](https://github.com/lablup/backend.ai-client-py/issues/211))
* Add `callback_url` parameter in session creation API/CLI to support session event webhook. ([#217](https://github.com/lablup/backend.ai-client-py/issues/217))

### Fixes
* Remove invalid "uuid" field from `groups` model. ([#216](https://github.com/lablup/backend.ai-client-py/issues/216))
* Remove access key option in vfolder list command since manager does not support the field. ([#218](https://github.com/lablup/backend.ai-client-py/issues/218))


## 22.03.0a2 (2022-03-29)

### Features
Expand Down
1 change: 0 additions & 1 deletion changes/211.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/217.feature

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/client/__init__.py
Expand Up @@ -6,7 +6,7 @@
*session.__all__,
)

__version__ = '22.03.0a2'
__version__ = '22.03.0b1'


def get_user_agent():
Expand Down

0 comments on commit 8516c5f

Please sign in to comment.