Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
google-assistant-sdk: bump versions
Browse files Browse the repository at this point in the history
Change-Id: I4fde200a63e3cf75d02b2e1aeb212aea7d48d91b
  • Loading branch information
proppy committed Feb 21, 2018
1 parent 104e041 commit 27c56d3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 2 additions & 0 deletions google-assistant-grpc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changelog
=========


0.1.0
-----
- Add ``v1alpha2`` gRPC service definition.


0.0.2
-----
- Bump ``grpcio`` dependency to use binary wheels (faster install on ``armv7l``).
Expand Down
8 changes: 8 additions & 0 deletions google-assistant-library/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
Changelog
=========


0.1.1
-----
- Fix remote casting to Cast-enabled devices.


0.1.0
-----
- Add support for device actions.
- Better handling of connection errors.


0.0.3
-----
- Support for x86_64 Linux
- Support for Python 2.7
- Bug fixes and improvements in error messaging


0.0.2
-----
- Initial public release.
13 changes: 11 additions & 2 deletions google-assistant-sdk/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Changelog
=========


0.4.3
-----
- Fix Python 2.7/3.6 compatibility for ``pushtotalk`` and ``hotword`` sample.


0.4.2
-----
- Add client type for pushtotalk registration.
- Add client type for ``pushtotalk`` registration.


0.4.1
-----
- Update outdated `hotword` sample.
- Update outdated ``hotword`` sample.


0.4.0
-----
Expand All @@ -17,6 +25,7 @@ Changelog
- New ``textinput`` sample for the Google Assistant Service.
- New ``devicetool`` tool for device registration.


0.3.3
-----
- Update Google Assistant Library from 0.0.2 to 0.0.3
Expand Down
2 changes: 1 addition & 1 deletion google-assistant-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def samples_requirements():

setup(
name='google-assistant-sdk',
version='0.4.2',
version='0.4.3',
author='Google Assistant SDK team',
author_email='[email protected]',
description='Samples and Tools the Google Assistant SDK',
Expand Down

0 comments on commit 27c56d3

Please sign in to comment.