Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-workflows/compare/v0.1.0...v0.2.0) (2021-01-21)


### Features

* add 'from_service_account_info' factory to clients ([887df00](https://www.github.com/googleapis/python-workflows/commit/887df0046f4350cb515036fba4df608d8adec687))
* add common resource path helpers; expose client transport; remove gRPC send/recv limit ([#12](https://www.github.com/googleapis/python-workflows/issues/12)) ([672d821](https://www.github.com/googleapis/python-workflows/commit/672d8218d27238bfbe7443355accebde6e9ae6da))


### Bug Fixes

* fix sphinx identifiers ([887df00](https://www.github.com/googleapis/python-workflows/commit/887df0046f4350cb515036fba4df608d8adec687))


### Documentation

* fix type annotations ([#4](https://www.github.com/googleapis/python-workflows/issues/4)) ([60d3930](https://www.github.com/googleapis/python-workflows/commit/60d393078c39eec8756c65338860e46aa641d31d))
* remove note on editable installs ([#5](https://www.github.com/googleapis/python-workflows/issues/5)) ([4dddd59](https://www.github.com/googleapis/python-workflows/commit/4dddd59e87b788c3feb6a8cc3441a0105f5d5aad))

## 0.1.0 (2020-09-24)


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.1.0"
version = "0.2.0"

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

Expand Down