From 39aa8990e932d9f29c98c63be689133b5723d6ea Mon Sep 17 00:00:00 2001 From: Dmitry Karasev Date: Sat, 4 Jun 2022 16:32:51 +0300 Subject: [PATCH] Set version v2.3.0 --- CHANGELOG.md | 5 +++++ examples/avr_misc/avr_misc.c | 2 +- examples/example.c | 2 +- examples/example_misc.h | 2 +- examples/microrl_user_config.h | 2 +- examples/stm32_example/src/stm32_misc/stm32_misc.c | 2 +- examples/unix_misc/unix_misc.c | 2 +- src/include/microrl/microrl.h | 2 +- src/include/microrl/microrl_config.h | 2 +- src/microrl/microrl.c | 2 +- 10 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1097a6..9b7119f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `"` diff --git a/examples/avr_misc/avr_misc.c b/examples/avr_misc/avr_misc.c index 2504fe5..f7a8dae 100644 --- a/examples/avr_misc/avr_misc.c +++ b/examples/avr_misc/avr_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.3.0-dev + * Version: 2.3.0 */ #include diff --git a/examples/example.c b/examples/example.c index 8c77613..a000dee 100644 --- a/examples/example.c +++ b/examples/example.c @@ -22,7 +22,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.3.0-dev + * Version: 2.3.0 */ #include diff --git a/examples/example_misc.h b/examples/example_misc.h index 677cd61..fddade5 100644 --- a/examples/example_misc.h +++ b/examples/example_misc.h @@ -22,7 +22,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.3.0-dev + * Version: 2.3.0 */ #ifndef MICRORL_EXAMPLE_MISC_HDR_H diff --git a/examples/microrl_user_config.h b/examples/microrl_user_config.h index e9652b1..77c1437 100644 --- a/examples/microrl_user_config.h +++ b/examples/microrl_user_config.h @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Authors: Dmitry KARASEV - * Version: 2.3.0-dev + * Version: 2.3.0 */ #ifndef MICRORL_HDR_USER_CONFIG_H diff --git a/examples/stm32_example/src/stm32_misc/stm32_misc.c b/examples/stm32_example/src/stm32_misc/stm32_misc.c index 86aa161..9406c82 100644 --- a/examples/stm32_example/src/stm32_misc/stm32_misc.c +++ b/examples/stm32_example/src/stm32_misc/stm32_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Dmitry KARASEV - * Version: 2.3.0-dev + * Version: 2.3.0 */ #include diff --git a/examples/unix_misc/unix_misc.c b/examples/unix_misc/unix_misc.c index 1241f8d..5ef1d36 100644 --- a/examples/unix_misc/unix_misc.c +++ b/examples/unix_misc/unix_misc.c @@ -21,7 +21,7 @@ * This file is part of MicroRL - Micro Read Line library for small and embedded devices. * * Author: Eugene SAMOYLOV aka Helius - * Version: 2.3.0-dev + * Version: 2.3.0 */ #include diff --git a/src/include/microrl/microrl.h b/src/include/microrl/microrl.h index 626990d..5a4f61b 100644 --- a/src/include/microrl/microrl.h +++ b/src/include/microrl/microrl.h @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.3.0-dev + * Version: 2.3.0 */ #ifndef MICRORL_HDR_H diff --git a/src/include/microrl/microrl_config.h b/src/include/microrl/microrl_config.h index d40cb0e..6921bb3 100644 --- a/src/include/microrl/microrl_config.h +++ b/src/include/microrl/microrl_config.h @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.3.0-dev + * Version: 2.3.0 */ #ifndef MICRORL_HDR_DEFAULT_CONFIG_H diff --git a/src/microrl/microrl.c b/src/microrl/microrl.c index 1b72475..52e0e5c 100644 --- a/src/microrl/microrl.c +++ b/src/microrl/microrl.c @@ -23,7 +23,7 @@ * * Authors: Eugene SAMOYLOV aka Helius , * Dmitry KARASEV - * Version: 2.3.0-dev + * Version: 2.3.0 */ #include