From 5c6a9a0bf0330ec1dca791264a7dd2aedfef0139 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 25 Jul 2019 15:00:53 -0700 Subject: [PATCH] Release 0.2.0 (#8760) --- oslogin/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ oslogin/setup.py | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/oslogin/CHANGELOG.md b/oslogin/CHANGELOG.md index a7603ff531d8..89a4a22cc567 100644 --- a/oslogin/CHANGELOG.md +++ b/oslogin/CHANGELOG.md @@ -4,6 +4,42 @@ [1]: https://pypi.org/project/google-cloud-oslogin/#history +## 0.2.0 + +07-24-2019 17:10 PDT + + +### Implementation Changes +- Allow kwargs to be passed to create_channel. ([#8398](https://github.com/googleapis/google-cloud-python/pull/8398)) +- Reorder class methods, add routing header to method metadata, add nox session docs (via synth). ([#7934](https://github.com/googleapis/google-cloud-python/pull/7934)) +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) +- Protoc-generated serialization update. ([#7090](https://github.com/googleapis/google-cloud-python/pull/7090)) +- Pick up stub docstring fix in GAPIC generator. ([#6977](https://github.com/googleapis/google-cloud-python/pull/6977)) + +### New Features +- Add 'client_options' support (via synth). ([#8517](https://github.com/googleapis/google-cloud-python/pull/8517)) + +### Dependencies +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) + +### Documentation +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) +- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) +- googlecloudplatform --> googleapis in READMEs ([#7411](https://github.com/googleapis/google-cloud-python/pull/7411)) +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright headers + +### Internal / Testing Changes +- Pin black version (via synth). ([#8589](https://github.com/googleapis/google-cloud-python/pull/8589)) +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) +- Declare encoding as utf-8 in pb2 files (via synth). ([#8359](https://github.com/googleapis/google-cloud-python/pull/8359)) +- Add disclaimer to auto-generated template files (via synth). ([#8322](https://github.com/googleapis/google-cloud-python/pull/8322)) +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8247](https://github.com/googleapis/google-cloud-python/pull/8247)) +- Fix coverage in 'types.py' (via synth). ([#8160](https://github.com/googleapis/google-cloud-python/pull/8160)) +- Blacken noxfile.py, setup.py (via synth). ([#8127](https://github.com/googleapis/google-cloud-python/pull/8127)) +- Add empty lines (via synth). ([#8066](https://github.com/googleapis/google-cloud-python/pull/8066)) +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) + ## 0.1.2 12-18-2018 09:36 PST diff --git a/oslogin/setup.py b/oslogin/setup.py index 3c96c8888b3f..9dac06f68a57 100644 --- a/oslogin/setup.py +++ b/oslogin/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-os-login" description = "Google Cloud OS Login API client library" -version = "0.1.2" +version = "0.2.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'