| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5790320 commit dcae427
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,23 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ### [0.2.1](https://www.github.com/googleapis/python-domains/compare/v0.2.0...v0.2.1) (2021-07-28) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#42](https://www.github.com/googleapis/python-domains/issues/42)) ([8c7a8cc](https://www.github.com/googleapis/python-domains/commit/8c7a8cc2923e6bf2cec6d6447ade420632d3c95a)) | ||
| 9 | + * enable self signed jwt for grpc ([#47](https://www.github.com/googleapis/python-domains/issues/47)) ([d4b8730](https://www.github.com/googleapis/python-domains/commit/d4b873068ca3d0f7fadc01beee2ddfcd4f4b381a)) | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + ### Documentation | ||
| 13 | + | ||
| 14 | + * add Samples section to CONTRIBUTING.rst ([#43](https://www.github.com/googleapis/python-domains/issues/43)) ([2718d3b](https://www.github.com/googleapis/python-domains/commit/2718d3bbe90b019ed21437f16eafd036752beaf3)) | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + ### Miscellaneous Chores | ||
| 18 | + | ||
| 19 | + * release as 0.2.1 ([#48](https://www.github.com/googleapis/python-domains/issues/48)) ([3567065](https://www.github.com/googleapis/python-domains/commit/35670650e12cfaa7f55156153db89bb421998688)) | ||
| 20 | + | ||
| 3 | 21 | ## [0.2.0](https://www.github.com/googleapis/python-domains/compare/v0.1.0...v0.2.0) (2021-07-01) | |
| 4 | 22 | ||
| 5 | 23 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | import os | |
| 20 | 20 | import setuptools # type: ignore | |
| 21 | 21 | ||
| 22 | - version = "0.2.0" | ||
| 22 | + version = "0.2.1" | ||
| 23 | 23 | ||
| 24 | 24 | package_root = os.path.abspath(os.path.dirname(__file__)) | |
| 25 | 25 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments