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

Commit

Permalink
chore: release 1.0.0 (#93)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [1.0.0](https://www.github.com/googleapis/python-service-directory/compare/v0.5.0...v1.0.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#87](https://www.github.com/googleapis/python-service-directory/issues/87)) ([6104fe4](https://www.github.com/googleapis/python-service-directory/commit/6104fe4e8ee660031562291ac216d6376b33cb73))
* bump release level to production/stable ([#77](https://www.github.com/googleapis/python-service-directory/issues/77)) ([b267e2f](https://www.github.com/googleapis/python-service-directory/commit/b267e2f326b5247c84800c8f23e47b53540b663a))
* support self-signed JWT flow for service accounts ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
* Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields. ([#88](https://www.github.com/googleapis/python-service-directory/issues/88)) ([e7fba11](https://www.github.com/googleapis/python-service-directory/commit/e7fba11e53b85ff25620ba92e8859206fd7884d8))


### Bug Fixes

* add async client to %name_%version/init.py ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
* disable always_use_jwt_access ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f))
* disable always_use_jwt_access ([#91](https://www.github.com/googleapis/python-service-directory/issues/91)) ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-service-directory/issues/1127)) ([#84](https://www.github.com/googleapis/python-service-directory/issues/84)) ([d9c20bb](https://www.github.com/googleapis/python-service-directory/commit/d9c20bb7dc9f393d0383e69367f5e1ec703ac416))


### Miscellaneous Chores

* release as 1.0.0 ([#82](https://www.github.com/googleapis/python-service-directory/issues/82)) ([a3eaeff](https://www.github.com/googleapis/python-service-directory/commit/a3eaeff0750200a53969c2be0b2d41129e8c194a))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent a3eaeff commit 15ee9ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog

## [1.0.0](https://www.github.com/googleapis/python-service-directory/compare/v0.5.0...v1.0.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#87](https://www.github.com/googleapis/python-service-directory/issues/87)) ([6104fe4](https://www.github.com/googleapis/python-service-directory/commit/6104fe4e8ee660031562291ac216d6376b33cb73))
* bump release level to production/stable ([#77](https://www.github.com/googleapis/python-service-directory/issues/77)) ([b267e2f](https://www.github.com/googleapis/python-service-directory/commit/b267e2f326b5247c84800c8f23e47b53540b663a))
* support self-signed JWT flow for service accounts ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
* Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields. ([#88](https://www.github.com/googleapis/python-service-directory/issues/88)) ([e7fba11](https://www.github.com/googleapis/python-service-directory/commit/e7fba11e53b85ff25620ba92e8859206fd7884d8))


### Bug Fixes

* add async client to %name_%version/init.py ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
* disable always_use_jwt_access ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f))
* disable always_use_jwt_access ([#91](https://www.github.com/googleapis/python-service-directory/issues/91)) ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-service-directory/issues/1127)) ([#84](https://www.github.com/googleapis/python-service-directory/issues/84)) ([d9c20bb](https://www.github.com/googleapis/python-service-directory/commit/d9c20bb7dc9f393d0383e69367f5e1ec703ac416))


### Miscellaneous Chores

* release as 1.0.0 ([#82](https://www.github.com/googleapis/python-service-directory/issues/82)) ([a3eaeff](https://www.github.com/googleapis/python-service-directory/commit/a3eaeff0750200a53969c2be0b2d41129e8c194a))

## [0.5.0](https://www.github.com/googleapis/python-service-directory/compare/v0.4.1...v0.5.0) (2021-03-31)


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

version = "0.5.0"
version = "1.0.0"

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

Expand Down

0 comments on commit 15ee9ab

Please sign in to comment.