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,library,grpc}: bump versions and changelog
Browse files Browse the repository at this point in the history
Change-Id: I83bc049187ba0136c300e5327862b61a1e8e8ae9
  • Loading branch information
proppy committed Nov 29, 2018
1 parent 29d53b1 commit 94a2e7c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-assistant-grpc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='google-assistant-grpc',
version='0.2.1.dev1',
version='0.2.1',
author='Google Assistant SDK team',
author_email='[email protected]',
description='Google Assistant API gRPC bindings',
Expand Down
7 changes: 7 additions & 0 deletions google-assistant-library/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.0.1
-----
- Limited support with no hotwording for ARMv6 architecture (Raspberry Pi Zero).
- Many improvements to media playback for better performance.
- Fixed issues with registration.
- Ensure clean shutdown when Python exception is raised.

1.0.0
-----
- Support for additional languages. This includes hotword models, queries, and responses.
Expand Down
2 changes: 2 additions & 0 deletions google-assistant-sdk/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Changelog

0.5.1
-----
- Fix Python generator termination.
- Lint/Fix README.rst.
- Make device action keys uppercase.
- Add `query` and `nickname` flag to library sample.


0.5.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-assistant-grpc==0.2.1.dev1
google-assistant-grpc==0.2.1
google-auth-oauthlib>=0.1.0,<0.3
urllib3[secure]>=1.21,<2
sounddevice>=0.3.7,<0.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-assistant-library==1.0.0
google-assistant-library==1.0.1
argparse>=1.4.0,<2
google-auth>=1.0.1,<2
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.5.1.dev1',
version='0.5.1',
author='Google Assistant SDK team',
author_email='[email protected]',
description='Samples and Tools the Google Assistant SDK',
Expand Down

5 comments on commit 94a2e7c

@aandroide
Copy link

@aandroide aandroide commented on 94a2e7c Jan 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cattura1

many encounter this error when the assistant is closed with ctrl x on the raspberry segmentation error

@Fleker
Copy link
Contributor

@Fleker Fleker commented on 94a2e7c Jan 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that error happen when using the previous version (1.0.0)?

@aandroide
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the version 1.0.0 no

@aandroide
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are there any updates for this error?

@Fleker
Copy link
Contributor

@Fleker Fleker commented on 94a2e7c Jan 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll update when we have an update.

Please sign in to comment.