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

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 14, 2021
1 parent fe5836e commit ed5bf05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/googleapis/python-area120-tables/compare/v0.2.0...v0.3.0) (2021-05-14)


### Features

* Added ListWorkspaces, GetWorkspace, BatchDeleteRows APIs ([#25](https://github.com/googleapis/python-area120-tables/issues/25)) ([99c6918](https://github.com/googleapis/python-area120-tables/commit/99c691819824ab6cc1915ba23867a5051b94b8a2))
* support self-signed JWT flow for service accounts ([fe5836e](https://github.com/googleapis/python-area120-tables/commit/fe5836e050cc3f548c9a98af73d01466e23e8404))


### Bug Fixes

* add async client to %name_%version/init.py ([fe5836e](https://github.com/googleapis/python-area120-tables/commit/fe5836e050cc3f548c9a98af73d01466e23e8404))

## [0.2.0](https://github.com/googleapis/python-area120-tables/compare/v0.1.0...v0.2.0) (2021-01-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.2.0"
version = "0.3.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit ed5bf05

Please sign in to comment.