Skip to content

Commit 06f91b2

Browse files
author
zigam
committed
- updated sw version
- updated version notes
1 parent 2c656a5 commit 06f91b2

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

src/ring_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*@brief Ring (circular) buffer for general use
88
*@author Ziga Miklosic
99
*@date 03.02.2021
10-
*@version V2.0.1
10+
*@version V2.0.2
1111
*
1212
*@section Description
1313
*

src/ring_buffer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*@brief Ring (circular) buffer for general use
88
*@author Ziga Miklosic
99
*@date 03.02.2021
10-
*@version V2.0.1
10+
*@version V2.0.2
1111
*/
1212
////////////////////////////////////////////////////////////////////////////////
1313
/**
@@ -37,7 +37,7 @@
3737
*/
3838
#define RING_BUFFER_VER_MAJOR ( 2 )
3939
#define RING_BUFFER_VER_MINOR ( 0 )
40-
#define RING_BUFFER_VER_DEVELOP ( 1 )
40+
#define RING_BUFFER_VER_DEVELOP ( 2 )
4141

4242
/**
4343
* Status

version.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
============================================================
2+
Version 2.0.2 (23.06.2022)
3+
============================================================
4+
5+
Features/Changes:
6+
- Added protection for multiple init calls
7+
- Added detailed description about module limitations
8+
9+
Todo:
10+
-
11+
12+
============================================================
13+
114
============================================================
215
Version 2.0.1 (25.05.2022)
316
============================================================

0 commit comments

Comments
 (0)