Skip to content

Commit b58a07e

Browse files
chore: release 2.0.0 (#34)
* chore: release 2.0.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent 1cfd292 commit b58a07e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/google-cloud-os-login/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## [2.0.0](https://www.github.com/googleapis/python-oslogin/compare/v1.0.0...v2.0.0) (2020-09-30)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* move to microgen (#33). See [Migration Guide](https://github.com/googleapis/python-oslogin/blob/master/UPGRADING.md).
13+
14+
### Features
15+
16+
* move to microgen ([#33](https://www.github.com/googleapis/python-oslogin/issues/33)) ([97de222](https://www.github.com/googleapis/python-oslogin/commit/97de2223423162e39d25bb793c660a9ed5c30a2c))
17+
18+
19+
### Bug Fixes
20+
21+
* update retry configs ([#24](https://www.github.com/googleapis/python-oslogin/issues/24)) ([13b6e8d](https://www.github.com/googleapis/python-oslogin/commit/13b6e8ddd1fbcf6f215ae706706bc44eb3e286c5))
22+
723
## [1.0.0](https://www.github.com/googleapis/python-oslogin/compare/v0.3.0...v1.0.0) (2020-06-03)
824

925

packages/google-cloud-os-login/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-os-login"
2424
description = "Google Cloud OS Login API client library"
25-
version = "1.0.0"
25+
version = "2.0.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)