From ec57cbc21f85a5c321b1e20b27c60bf0d9849323 Mon Sep 17 00:00:00 2001 From: Laurent Eschenauer Date: Sun, 1 Sep 2013 21:39:32 +0200 Subject: [PATCH] New release to npm and added changelog --- Changes.md | 15 +++++++++++++++ package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 Changes.md diff --git a/Changes.md b/Changes.md new file mode 100644 index 0000000..bdb74f8 --- /dev/null +++ b/Changes.md @@ -0,0 +1,15 @@ +# Changes + +This file is a manually maintained list of changes for each release. Feel free +to send corrections if you spot any mistakes. + +## v0.1.1 (2013-09-01) + +* Fixed issue with cw/ccw yaw rotation +* Fixed issue with improper yaw reset on some moves +* Added ctrl-c logic to example for emegency landing + +## v0.1.0 (2013-08-23) + +* Initial release to npm + diff --git a/package.json b/package.json index aa73b7c..ab2fa8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ardrone-autonomy", - "version": "0.1.0", + "version": "0.1.1", "description": "Building blocks for autonomous flying an AR.Drone.", "repository": { "type": "git", @@ -20,7 +20,7 @@ }, "dependencies": { "sylvester": "0.0.21", - "async": "~0.2.9" + "async": "0.2.9" }, "devDependencies": { "utest": "0.0.6",