Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#17)
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] authored Apr 26, 2022
1 parent 4079afc commit 515140a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/google-cloud-optimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.1.1](https://github.com/googleapis/python-optimization/compare/v0.1.0...v0.1.1) (2022-04-25)


### Documentation

* add code snippets for async api ([#18](https://github.com/googleapis/python-optimization/issues/18)) ([60b35a0](https://github.com/googleapis/python-optimization/commit/60b35a01b12d2c0034aebe1edcc25487bd0fe567))
* add get_operation code snippets ([#12](https://github.com/googleapis/python-optimization/issues/12)) ([a95c19f](https://github.com/googleapis/python-optimization/commit/a95c19fef17c86f587febcf054a7f1fa49851cdf))
* add long timeout code snippet ([#20](https://github.com/googleapis/python-optimization/issues/20)) ([9f57450](https://github.com/googleapis/python-optimization/commit/9f574507010ef637e5a6912a1cb725b782c03cf4))
* add sync api samples with json request ([#13](https://github.com/googleapis/python-optimization/issues/13)) ([c3d6087](https://github.com/googleapis/python-optimization/commit/c3d60874977628698c7f3d0b137c120971e7c42c))
* update operation id ([#23](https://github.com/googleapis/python-optimization/issues/23)) ([d9c6c42](https://github.com/googleapis/python-optimization/commit/d9c6c422d6146f65f11fa98370f9b7f7edd166ad))

## 0.1.0 (2022-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-optimization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-optimization"
description = "Cloud Optimization API client library"
version = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-optimization"
dependencies = [
Expand Down

0 comments on commit 515140a

Please sign in to comment.