Skip to content

Commit d8c32df

Browse files
1 parent 07ae042 commit d8c32df

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

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

3+
## [0.4.0](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.3...v0.4.0) (2021-10-07)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#93](https://www.github.com/googleapis/python-recommendations-ai/issues/93)) ([5df0cf1](https://www.github.com/googleapis/python-recommendations-ai/commit/5df0cf1696c5908faa079ae702d6da4c36bd3f72))
9+
10+
11+
### Bug Fixes
12+
13+
* improper types in pagers generation ([2d73287](https://www.github.com/googleapis/python-recommendations-ai/commit/2d732875566d49e9eed8702a40120c427222d529))
14+
315
### [0.3.3](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.2...v0.3.3) (2021-09-24)
416

517

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.3.3"
22+
version = "0.4.0"
2323

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

0 commit comments

Comments
 (0)