Skip to content

Commit

Permalink
Bump Version -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjacksn committed Feb 10, 2021
1 parent 5aad8b7 commit 80e9223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 0.2.0 - 2021-02-09

### Added

- Added a check to skill server implementation
- Added `wxa_sdk check` command-line command to invoke a skill's health check
- Added this changelog

### Changed

- Changed response serialization in server to be compatible with mindmeld 4.3.4

## 0.1.1 - 2020-02-19
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 = "webex-assistant-sdk"
version = "0.1.2-dev"
version = "0.2.0"
description = "An SDK for developing applications for Webex Assistant."
readme = "README.md"
authors = ["Minh Vo Thanh <[email protected]>", "J.J. Jackson <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion webex_assistant_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (0, 1, 2, 'dev')
version = (0, 2, 0)
api_version = (1, 0)
__version__ = '.'.join((str(i) for i in version))

0 comments on commit 80e9223

Please sign in to comment.