From 93a6306438492464c25916b6b2f53d8e4750579b Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Fri, 3 Aug 2018 16:20:52 -0700 Subject: [PATCH] Update debian changelog and bump package version. Change-Id: I80bb5a73e2f9b7c12c6b51152fa7d4c1bc0b3145 --- CHANGES.md | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8a9fded7..15dff391 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,7 +20,7 @@ Compatible with Voice HAT, Voice Bonnet, and Vision Bonnet. * Add vision unit tests for all models and examples * Add video streaming support (experimental) * Add Google Cloud IoT support (experimental) -* Add more documentation (pinouts, drivers, trobuleshooting, etc.) +* Add more documentation (pinouts, drivers, troubleshooting, etc.) * Add new code examples and update existing ones * Add CHANGES.md to track release changes * Remove unnecessary files (e.g. ALSA configs) diff --git a/debian/changelog b/debian/changelog index 41bd7054..ccdc94d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +aiy-projects-python (1.1-0) stable; urgency=medium + + * Fix gpiozero LED on/off bug + * Fix check_audio.py + * Add Makefile for common shortcuts + * Add vision unit tests for all models and examples + * Add video streaming support (experimental) + * Add Google Cloud IoT support (experimental) + * Add more documentation (pinouts, drivers, troubleshooting, etc.) + * Add new code examples and update existing ones + * Add CHANGES.md to track release changes + * Remove unnecessary files (e.g. ALSA configs) + * Update HACKING.md + + -- Dmitry Kovalev Fri, 03 Aug 2018 14:01:27 -0700 + aiy-projects-python (1.0-0) stable; urgency=medium [ Dmitry Kovalev ]