Release 0.9.0 (#716)

* update change log for release
* move changelog into docs/
* more changelog
* increase macro version
This commit is contained in:
Ha Thach
2021-03-12 15:10:47 +07:00
committed by GitHub
parent d9f0475701
commit 3a27a9405f
2 changed files with 100 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
#define _TUSB_OPTION_H_
#define TUSB_VERSION_MAJOR 0
#define TUSB_VERSION_MINOR 8
#define TUSB_VERSION_MINOR 9
#define TUSB_VERSION_REVISION 0
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)