Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#66)
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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Nov 16, 2022
1 parent 952615c commit 394c543
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.3"
".": "1.2.0"
}
19 changes: 19 additions & 0 deletions packages/google-cloud-bare-metal-solution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.2.0](https://github.com/googleapis/python-bare-metal-solution/compare/v1.1.3...v1.2.0) (2022-11-16)


### Features

* add support for `google.cloud.bare_metal_solution.__version__` ([c47f1ab](https://github.com/googleapis/python-bare-metal-solution/commit/c47f1abeff25c62289752f56493cc95d5ed1aa51))
* Add typing to proto.Message based class attributes ([b20397b](https://github.com/googleapis/python-bare-metal-solution/commit/b20397bdf75aa084849c5da4d715dfcefe75eb2a))


### Bug Fixes

* Add dict typing for client_options ([c47f1ab](https://github.com/googleapis/python-bare-metal-solution/commit/c47f1abeff25c62289752f56493cc95d5ed1aa51))
* **deps:** require google-api-core &gt;=1.33.2 ([c47f1ab](https://github.com/googleapis/python-bare-metal-solution/commit/c47f1abeff25c62289752f56493cc95d5ed1aa51))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([b20397b](https://github.com/googleapis/python-bare-metal-solution/commit/b20397bdf75aa084849c5da4d715dfcefe75eb2a))

## [1.1.3](https://github.com/googleapis/python-bare-metal-solution/compare/v1.1.2...v1.1.3) (2022-10-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.1.3" # {x-release-please-version}
__version__ = "1.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bare-metal-solution",
"version": "0.1.0"
"version": "1.2.0"
},
"snippets": [
{
Expand Down

0 comments on commit 394c543

Please sign in to comment.