diff --git a/automl/CHANGELOG.md b/automl/CHANGELOG.md index cd9ef681e2e6..181a2b896d5d 100644 --- a/automl/CHANGELOG.md +++ b/automl/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +## 0.3.0 + +06-20-2019 14:47 PDT + + +### New Features +- Add support for video object tracking (via synth). ([#8278](https://github.com/googleapis/google-cloud-python/pull/8278)) + +### Documentation +- Add proto files; add 'docs' session to 'nox'; update docstrings (via synth). ([#8029](https://github.com/googleapis/google-cloud-python/pull/8029)) + +### Internal / Testing Changes +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8233](https://github.com/googleapis/google-cloud-python/pull/8233)) +- Fix coverage in 'types.py'. ([#8145](https://github.com/googleapis/google-cloud-python/pull/8145)) +- Blacken noxfile.py, setup.py (via synth). ([#8115](https://github.com/googleapis/google-cloud-python/pull/8115)) +- Add empty lines (via synth). ([#8048](https://github.com/googleapis/google-cloud-python/pull/8048)) +- Use alabaster theme everwhere. ([#8021](https://github.com/googleapis/google-cloud-python/pull/8021)) +- Include protos in synth. ([#8000](https://github.com/googleapis/google-cloud-python/pull/8000)) + ## 0.2.0 04-03-2019 09:16 PDT diff --git a/automl/setup.py b/automl/setup.py index 1a3506a85e9d..7308a9e0b153 100644 --- a/automl/setup.py +++ b/automl/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" -version = "0.2.0" +version = "0.3.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.6.0, < 2.0.0dev",