Skip to content

Commit

Permalink
Set version v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmykar committed May 14, 2022
1 parent 5b2341b commit d28626a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@



## v2.2.3

1. Add missing including of `stddef.h` for `size_t` type to prevent compiling errors [#1](https://github.com/dimmykar/microrl-remaster/issues/1)
2. Fix wrong signed-unsigned types comparsions and other possible warnings while compiling [#1](https://github.com/dimmykar/microrl-remaster/issues/1)
3. Fix record erasing from history in case of all existing records erased
4. Fix restoring of empty line in case of restoring the first previous record and pressing `DOWN` key to back to empty line


## v2.2.2

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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#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.2.3-dev
* Version: 2.2.3
*/

#ifndef MICRORL_HDR_DEFAULT_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion src/include/microrl/microrl_user_config_template.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.2.3-dev
* Version: 2.2.3
*/

#ifndef MICRORL_HDR_USER_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.2.3-dev
* Version: 2.2.3
*/

#include <stdint.h>
Expand Down

0 comments on commit d28626a

Please sign in to comment.