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

Commit

Permalink
chore(main): release 2.8.0 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Dec 13, 2022
1 parent 1a39385 commit 9505e14
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.7.4"
".": "2.8.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,26 @@

[1]: https://pypi.org/project/google-cloud-oslogin/#history

## [2.8.0](https://github.com/googleapis/python-oslogin/compare/v2.7.4...v2.8.0) (2022-12-13)


### Features

* Add support for `google.cloud.oslogin.__version__` ([988d363](https://github.com/googleapis/python-oslogin/commit/988d363319310cda3b3a7e85360a5fc737576446))
* Add typing to proto.Message based class attributes ([988d363](https://github.com/googleapis/python-oslogin/commit/988d363319310cda3b3a7e85360a5fc737576446))
* Added CreateSshPublicKey RPC ([988d363](https://github.com/googleapis/python-oslogin/commit/988d363319310cda3b3a7e85360a5fc737576446))


### Bug Fixes

* Add dict typing for client_options ([988d363](https://github.com/googleapis/python-oslogin/commit/988d363319310cda3b3a7e85360a5fc737576446))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([#236](https://github.com/googleapis/python-oslogin/issues/236)) ([2a6c163](https://github.com/googleapis/python-oslogin/commit/2a6c16360aace4ad7701f40e7411905ac31e3597))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([988d363](https://github.com/googleapis/python-oslogin/commit/988d363319310cda3b3a7e85360a5fc737576446))

## [2.7.4](https://github.com/googleapis/python-oslogin/compare/v2.7.3...v2.7.4) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/oslogin/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.7.4" # {x-release-please-version}
__version__ = "2.8.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/oslogin_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.7.4" # {x-release-please-version}
__version__ = "2.8.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-os-login",
"version": "0.1.0"
"version": "2.8.0"
},
"snippets": [
{
Expand Down

0 comments on commit 9505e14

Please sign in to comment.