Skip to content

Commit 1799c07

Browse files
chore(main): release 0.8.0 (#185)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b60a36f commit 1799c07

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-recommendations-ai/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.1...v0.8.0) (2022-09-16)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([#184](https://github.com/googleapis/python-recommendations-ai/issues/184)) ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))
14+
* **deps:** require protobuf >= 3.20.1 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))
15+
316
## [0.7.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.0...v0.7.1) (2022-08-11)
417

518

packages/google-cloud-recommendations-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.7.1"
22+
version = "0.8.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)