Skip to content

Commit

Permalink
Set version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmykar committed Jun 4, 2022
1 parent 6e41733 commit 39aa899
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## Develop




## v2.3.0

1. Add config `MICRORL_CFG_USE_ECHO_OFF` for enable/disable "echo off" feature in library. By default the feature is disabled
2. Add config `MICRORL_CFG_ECHO_OFF_MASK` for set the echo off masking character. By default the input is masked by `*`
3. Add single quotes `'` support in addition to double quotes `"`
Expand Down
2 changes: 1 addition & 1 deletion examples/avr_misc/avr_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/example_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#ifndef MICRORL_EXAMPLE_MISC_HDR_H
Expand Down
2 changes: 1 addition & 1 deletion examples/microrl_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Authors: Dmitry KARASEV <karasevsdmitry@yandex.ru>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#ifndef MICRORL_HDR_USER_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32_example/src/stm32_misc/stm32_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Dmitry KARASEV <karasevsdmitry@yandex.ru>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/unix_misc/unix_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This file is part of MicroRL - Micro Read Line library for small and embedded devices.
*
* Author: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#include <termios.h>
Expand Down
2 changes: 1 addition & 1 deletion src/include/microrl/microrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>,
* Dmitry KARASEV <karasevsdmitry@yandex.ru>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#ifndef MICRORL_HDR_H
Expand Down
2 changes: 1 addition & 1 deletion src/include/microrl/microrl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>,
* Dmitry KARASEV <karasevsdmitry@yandex.ru>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#ifndef MICRORL_HDR_DEFAULT_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion src/microrl/microrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* Authors: Eugene SAMOYLOV aka Helius <ghelius@gmail.com>,
* Dmitry KARASEV <karasevsdmitry@yandex.ru>
* Version: 2.3.0-dev
* Version: 2.3.0
*/

#include <stdint.h>
Expand Down

0 comments on commit 39aa899

Please sign in to comment.