Update version to v1.0.0

This commit is contained in:
Tilen Majerle 2021-10-27 21:36:30 +02:00
parent a5c6739252
commit 75dca55fc0
6 changed files with 11 additions and 8 deletions

View File

@ -2,8 +2,11 @@
## Develop
- Fix wrong parsing of command names
## v1.0.0
- Initial release
- First stable release
- Fix wrong parsing of command names
## v0.1.0
- First release

View File

@ -29,7 +29,7 @@
* This file is part of Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.1.0
* Version: v1.0.0
*/
#ifndef LWSHELL_HDR_OPTS_H
#define LWSHELL_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.1.0
* Version: v1.0.0
*/
#ifndef LWSHELL_HDR_H
#define LWSHELL_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.1.0
* Version: v1.0.0
*/
#ifndef LWSHELL_HDR_OPT_H
#define LWSHELL_HDR_OPT_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.1.0
* Version: v1.0.0
*/
#ifndef LWSHELL_HDR_OPTS_H
#define LWSHELL_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.1.0
* Version: v1.0.0
*/
#include <string.h>
#include "lwshell/lwshell.h"