From 502270cb70c704d77c65f563ec14c83dfe1c3489 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 19:08:16 -0700 Subject: [PATCH] chore: release 0.3.0 (#5) --- CHANGELOG.md | 17 ++++++++++++++++- setup.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a4a22..b357267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/google-cloud-oslogin/#history +## [0.3.0](https://www.github.com/googleapis/python-oslogin/compare/v0.2.0...v1.0.0) (2020-04-21) + + +### ⚠ BREAKING CHANGES + +* **oslogin:** rename `fingerprint_path` to `ssh_public_key_path`; rename `project_path` to `posix_account_path`; add `OperatingSystemType` enum; make `ssh_public_key` optional param to `import_ssh_public_key`; annotate protos (via synth) (#9431) + +### Features + +* **oslogin:** rename `fingerprint_path` to `ssh_public_key_path`; rename `project_path` to `posix_account_path`; add `OperatingSystemType` enum; make `ssh_public_key` optional param to `import_ssh_public_key`; annotate protos (via synth) ([#9431](https://www.github.com/googleapis/python-oslogin/issues/9431)) ([f903af4](https://www.github.com/googleapis/python-oslogin/commit/f903af460761fd4e259e8ba122df9f1fcd38adb2)) + + +### Bug Fixes + +* **oslogin:** add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) ([#10071](https://www.github.com/googleapis/python-oslogin/issues/10071)) ([3085490](https://www.github.com/googleapis/python-oslogin/commit/30854901bde0a2dbe25872f8e332fee4d425bcab)) + ## 0.2.0 07-24-2019 17:10 PDT @@ -84,4 +100,3 @@ ### Testing and internal changes - Normalize all setup.py files (#4909) - diff --git a/setup.py b/setup.py index d803ed3..fc48784 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-os-login" description = "Google Cloud OS Login API client library" -version = "0.2.0" +version = "0.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'