Skip to content

Commit 353acf8

Browse files
committed
create release 1.0.8
Release 1.0.8: ============== Fixes: Issue #196: cache board type to avoid poor performance Issue #192: fix PocketBeagle PWM pin typo Issue #191: turn off RotaryEncoder's debug output by default Issue #188: GPIO is extremely slow (20ms to toggle) Issue #186: problems with UART shortlog: David Planella (12): Copy Encoder module comments to README.md Formatted Encoder README in markdown Fixed Encoder README formatting Removed QEP instructions from Encoder module Fixes to Encoder README Updated Encoder README Encoder README: added info on dedicated overlays Encoder README: updated info on pre-requisites Encoder README update Encoder README update Add logging support, turn off unconditional debug output Encoder: remove unused logging code Drew Fustini (3): Merge pull request #195 from dplanella/master Fix PocketBeagle PWM pin typo (#192) cache board type to avoid poor performance (#196) Signed-off-by: Drew Fustini <drew@pdp7.com>
1 parent 3281479 commit 353acf8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
1.0.8
2+
----
3+
**Fixes:**
4+
* Issue #196: cache board type to avoid poor performance
5+
* Issue #192: fix PocketBeagle PWM pin typo
6+
* Issue #191: turn off RotaryEncoder's debug output by default
7+
* Issue #188: GPIO is extremely slow (20ms to toggle)
8+
* Issue #186: problems with UART
9+
10+
**shortlog:**
11+
* David Planella (12):
12+
* Copy Encoder module comments to README.md
13+
* Formatted Encoder README in markdown
14+
* Fixed Encoder README formatting
15+
* Removed QEP instructions from Encoder module
16+
* Fixes to Encoder README
17+
* Updated Encoder README
18+
* Encoder README: added info on dedicated overlays
19+
* Encoder README: updated info on pre-requisites
20+
* Encoder README update
21+
* Encoder README update
22+
* Add logging support, turn off unconditional debug output
23+
* Encoder: remove unused logging code
24+
25+
* Drew Fustini (3):
26+
* Merge pull request #195 from dplanella/master
27+
* Fix PocketBeagle PWM pin typo (#192)
28+
* cache board type to avoid poor performance (#196)
29+
130
1.0.7
231
----
332
**Fixes:**

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
setup(name = 'Adafruit_BBIO',
43-
version = '1.0.7',
43+
version = '1.0.8',
4444
author = 'Justin Cooper',
4545
author_email = 'justin@adafruit.com',
4646
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)