Skip to content

Commit ff3a721

Browse files
committed
Set version to v2.0.3
1 parent a7362d5 commit ff3a721

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Develop
44

5+
## v2.0.3
6+
7+
- Add `library.json` for Platform.IO
8+
59
## v2.0.2
610

711
- Add `volatile` keyword to all local variables to ensure thread safety in highest optimization

lwrb/src/include/lwrb/lwrb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwRB - Lightweight ring buffer library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v2.0.2
32+
* Version: v2.0.3
3333
*/
3434
#ifndef LWRB_HDR_H
3535
#define LWRB_HDR_H

lwrb/src/lwrb/lwrb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwRB - Lightweight ring buffer library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v2.0.2
32+
* Version: v2.0.3
3333
*/
3434
#include "lwrb/lwrb.h"
3535

0 commit comments

Comments
 (0)