From 064c7d6c3a6d47283774597aa3aa3aff20ba9891 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Wed, 24 May 2017 14:20:56 -0700 Subject: [PATCH 1/2] bump changelogs --- google-assistant-grpc/CHANGELOG.rst | 10 ++++++++++ google-assistant-library/CHANGELOG.rst | 6 ++++++ google-assistant-sdk/CHANGELOG.rst | 6 ++++++ google-assistant-sdk/setup.py | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 google-assistant-grpc/CHANGELOG.rst create mode 100644 google-assistant-library/CHANGELOG.rst diff --git a/google-assistant-grpc/CHANGELOG.rst b/google-assistant-grpc/CHANGELOG.rst new file mode 100644 index 0000000..cd97c5a --- /dev/null +++ b/google-assistant-grpc/CHANGELOG.rst @@ -0,0 +1,10 @@ +Changelog +========= + +0.0.2 +----- +- Bump ``grpcio`` dependency. + +0.0.1 +----- +- Initial release. diff --git a/google-assistant-library/CHANGELOG.rst b/google-assistant-library/CHANGELOG.rst new file mode 100644 index 0000000..bc29595 --- /dev/null +++ b/google-assistant-library/CHANGELOG.rst @@ -0,0 +1,6 @@ +Changelog +========= + +0.0.2 +----- +- Initial public release. diff --git a/google-assistant-sdk/CHANGELOG.rst b/google-assistant-sdk/CHANGELOG.rst index 3e4be98..d1300db 100644 --- a/google-assistant-sdk/CHANGELOG.rst +++ b/google-assistant-sdk/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +0.3.1 +-------- +- Bump dependencies + + 0.3.0 ----- - Move grpc bindings to the `google-assistant-grpc `_ package. @@ -13,6 +18,7 @@ Changelog - Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve). - Add ``google-assistant-library`` package `installation instructions `_ and `sample `_. + 0.2.1 ----- - Fix audio helpers. diff --git a/google-assistant-sdk/setup.py b/google-assistant-sdk/setup.py index 0d6abd1..835ae76 100644 --- a/google-assistant-sdk/setup.py +++ b/google-assistant-sdk/setup.py @@ -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', From faeb43df0d6f3a6fffe833a69d7ab8206a7d9474 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Fri, 26 May 2017 12:34:43 -0700 Subject: [PATCH 2/2] CHANGELOG: better explanations. --- google-assistant-grpc/CHANGELOG.rst | 3 ++- google-assistant-sdk/CHANGELOG.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/google-assistant-grpc/CHANGELOG.rst b/google-assistant-grpc/CHANGELOG.rst index cd97c5a..1685b61 100644 --- a/google-assistant-grpc/CHANGELOG.rst +++ b/google-assistant-grpc/CHANGELOG.rst @@ -3,7 +3,8 @@ Changelog 0.0.2 ----- -- Bump ``grpcio`` dependency. +- Bump ``grpcio`` dependency to use binary wheels (faster install on ``armv7l``). + 0.0.1 ----- diff --git a/google-assistant-sdk/CHANGELOG.rst b/google-assistant-sdk/CHANGELOG.rst index d1300db..a0b9adc 100644 --- a/google-assistant-sdk/CHANGELOG.rst +++ b/google-assistant-sdk/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog 0.3.1 -------- -- Bump dependencies +- Bump dependencies to use new ``google-assistant-grpc`` package (faster install). 0.3.0