This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I4fde200a63e3cf75d02b2e1aeb212aea7d48d91b
- Loading branch information
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|