Skip to content

Commit 75dca55

Browse files
committed
Update version to v1.0.0
1 parent a5c6739 commit 75dca55

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Develop
44

5+
## v1.0.0
6+
7+
- First stable release
58
- Fix wrong parsing of command names
69

7-
## v1.0.0
10+
## v0.1.0
811

9-
- Initial release
12+
- First release

dev/VisualStudio/lwshell_opts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v0.1.0
32+
* Version: v1.0.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

lwshell/src/include/lwshell/lwshell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v0.1.0
32+
* Version: v1.0.0
3333
*/
3434
#ifndef LWSHELL_HDR_H
3535
#define LWSHELL_HDR_H

lwshell/src/include/lwshell/lwshell_opt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v0.1.0
32+
* Version: v1.0.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPT_H
3535
#define LWSHELL_HDR_OPT_H

lwshell/src/include/lwshell/lwshell_opts_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v0.1.0
32+
* Version: v1.0.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

lwshell/src/lwshell/lwshell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v0.1.0
32+
* Version: v1.0.0
3333
*/
3434
#include <string.h>
3535
#include "lwshell/lwshell.h"

0 commit comments

Comments
 (0)