Skip to content

Commit 866b3aa

Browse files
chore: release 1.0.0 (#93)
🤖 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).
1 parent 123ec19 commit 866b3aa

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/google-cloud-service-directory/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/googleapis/python-service-directory/compare/v0.5.0...v1.0.0) (2021-06-30)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* support self-signed JWT flow for service accounts ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* add async client to %name_%version/init.py ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0))
17+
* disable always_use_jwt_access ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f))
18+
* 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))
19+
20+
21+
### Documentation
22+
23+
* 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))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* 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))
29+
330
## [0.5.0](https://www.github.com/googleapis/python-service-directory/compare/v0.4.1...v0.5.0) (2021-03-31)
431

532

packages/google-cloud-service-directory/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.5.0"
22+
version = "1.0.0"
2323

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

0 commit comments

Comments
 (0)