Skip to content

Commit e9c22e4

Browse files
committed
increase version for release
1 parent 81d238b commit e9c22e4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/changelog.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TinyUSB Changelog
22

3-
## WIP
3+
## 0.10.0 - 2021.05.28
44

55
- Rework tu_fifo_t with separated mutex for read and write, better support DMA with read/write buffer info. And constant address mode
66
- Improve audio_test example and add audio_4_channel_mic example
@@ -28,7 +28,7 @@
2828

2929
CDC
3030

31-
- [Breaking] tud_cdc_peek(), tud_vendor_peek() dropped position parameter. If needed, tu_fifo_get_read_info() can be used to peek at random offset.
31+
- [Breaking] tud_cdc_peek(), tud_vendor_peek() no longer support random offset and dropped position parameter.
3232

3333
DFU
3434

@@ -54,13 +54,15 @@ MIDI
5454

5555
### Host Controller Driver (HCD)
5656

57+
- No noticable changes
58+
5759
### USB Host Driver (USBH)
5860

59-
### Host Class Driver
61+
- No noticable changes
6062

61-
HID
63+
### Host Class Driver
6264

63-
- Rework host hid driver, basically everything changes
65+
- HID: Rework host hid driver, basically everything changes
6466

6567
## 0.9.0 - 2021.03.12
6668

src/tusb_option.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define _TUSB_OPTION_H_
2929

3030
#define TUSB_VERSION_MAJOR 0
31-
#define TUSB_VERSION_MINOR 9
31+
#define TUSB_VERSION_MINOR 10
3232
#define TUSB_VERSION_REVISION 0
3333
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
3434

0 commit comments

Comments
 (0)