Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions google-assistant-grpc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Changelog
=========

0.0.2
-----
- Bump ``grpcio`` dependency to use binary wheels (faster install on ``armv7l``).


0.0.1
-----
- Initial release.
6 changes: 6 additions & 0 deletions google-assistant-library/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changelog
=========

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

0.3.1
--------
- Bump dependencies to use new ``google-assistant-grpc`` package (faster install).


0.3.0
-----
- Move grpc bindings to the `google-assistant-grpc <https://pypi.python.org/pypi/google-assistant-grpc>`_ package.
Expand All @@ -13,6 +18,7 @@ Changelog
- Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
- Add ``google-assistant-library`` package `installation instructions <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library>`_ and `sample <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/library>`_.


0.2.1
-----
- Fix audio helpers.
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.3.0',
version='0.3.1',
author='Google Assistant SDK team',
author_email='proppy+assistant-sdk@google.com',
description='Samples and Tools the Google Assistant SDK',
Expand Down