Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 325d059

Browse files
chore(main): release 1.2.0 (#96)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8df989c commit 325d059

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.3"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/googleapis/python-optimization/compare/v1.1.3...v1.2.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add typing to proto.Message based class attributes ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
9+
10+
11+
### Bug Fixes
12+
13+
* Add dict typing for client_options ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
14+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
15+
* Drop usage of pkg_resources ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
16+
* Fix timeout default values ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
17+
18+
19+
### Documentation
20+
21+
* **samples:** Snippetgen handling of repeated enum field ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
22+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([8df989c](https://github.com/googleapis/python-optimization/commit/8df989cbbc09ebad2b51b72cead9df2b29ed03a0))
23+
324
## [1.1.3](https://github.com/googleapis/python-optimization/compare/v1.1.2...v1.1.3) (2022-10-07)
425

526

google/cloud/optimization/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.1.3" # {x-release-please-version}
16+
__version__ = "1.2.0" # {x-release-please-version}

google/cloud/optimization_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.1.3" # {x-release-please-version}
16+
__version__ = "1.2.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.optimization.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-optimization",
11-
"version": "0.1.0"
11+
"version": "1.2.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)