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

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 22, 2021
1 parent 472c9a7 commit e0282ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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://github.com/googleapis/python-domains/compare/v0.1.0...v0.2.0) (2021-06-22)


### Features

* support self-signed JWT flow for service accounts ([4b24611](https://github.com/googleapis/python-domains/commit/4b246112d770cd4d4409b8a84a72f13713a59881))


### Bug Fixes

* add async client to %name_%version/init.py ([4b24611](https://github.com/googleapis/python-domains/commit/4b246112d770cd4d4409b8a84a72f13713a59881))
* **deps:** add packaging requirement ([#31](https://github.com/googleapis/python-domains/issues/31)) ([942b7da](https://github.com/googleapis/python-domains/commit/942b7dadaac43081a937eb993725d670df7519e4))
* exclude docs and tests from package ([#30](https://github.com/googleapis/python-domains/issues/30)) ([20ebc47](https://github.com/googleapis/python-domains/commit/20ebc4790a7ed3c0013b6ce2fa0baea760ac6b51))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-domains/issues/1127)) ([#33](https://github.com/googleapis/python-domains/issues/33)) ([5b9e3d5](https://github.com/googleapis/python-domains/commit/5b9e3d5bacf94fda61f06a35125f80683f3ac7d7)), closes [#1126](https://github.com/googleapis/python-domains/issues/1126)

## 0.1.0 (2021-02-01)


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

0 comments on commit e0282ca

Please sign in to comment.