Archived
1
0
This commit is contained in:
wolfv6 2016-11-20 10:34:40 -07:00
parent 6bc75afe1b
commit 09641ec6ed
3 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning 2.0.0](http://semver.org/).
keybrd version 0.x.x is for initial development. keybrd version 0.x.x is for initial development.
keybrd version 1.0.0 will be released when the public API is stable. keybrd version 1.0.0 will be released when the public API is stable.
0.6.6 (2016-11-16)
------------------
* Enhancements
* rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT
* change #include <keybrd library file> angle bracket to double quotes
0.6.5 (2016-11-16) 0.6.5 (2016-11-16)
------------------ ------------------
* Enhancements * Enhancements

View File

@ -1,5 +1,5 @@
name=keybrd name=keybrd
version=0.6.5 version=0.6.6
author=Wolfram Volpi author=Wolfram Volpi
maintainer=Wolfram Volpi maintainer=Wolfram Volpi
sentence=A library for creating custom-keyboard firmware. sentence=A library for creating custom-keyboard firmware.