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

Commit

Permalink
Better changelogs
Browse files Browse the repository at this point in the history
Change-Id: I1d09b0ac833441725d663b3c82dc8f7234f2e413
  • Loading branch information
proppy committed Dec 20, 2017
1 parent a7019e3 commit 7c42271
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion google-assistant-grpc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
=========

0.1.0
-----
- Adds Device Actions to gRPC protobuf
- Add ``v1alpha2`` gRPC service definition.

0.0.2
-----
Expand Down
7 changes: 4 additions & 3 deletions google-assistant-library/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Changelog
=========

0.1.0
-----
- Support for local device actions
- 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: 9 additions & 4 deletions google-assistant-sdk/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
Changelog
=========

0.4.0
-----
- Adds Device Actions
- Add Device actions handling to samples.
- Update ``pushtotalk`` sample to ``v1alpha2`` of Google Assistant Service.
- Add language selection to ``pushtotalk`` sample.
- 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


0.3.2
--------
-----
- Bump urllib3 dependency.


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


Expand Down

0 comments on commit 7c42271

Please sign in to comment.