Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 9d584ee

Browse files
author
TheZipCreator
committed
bumped version number and updated changelog
1 parent afd6f16 commit 9d584ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## v0.1.1
22
- Added a `w_readline` so `libreadline` is no longer a hard requirement. It is still recommended, however. (turn on the define `-DHAS_READLINE` in order to activate it. This is done by default on Windows).
33
- Fixed compilation errors that for some reason I didn't get on my computer.
4-
## (dev)
4+
## v0.2.0
55
- Fixed `(null):1:1` file position appearing in certain circumstances.
66
- Fixed the `let!` command calling itself `set!` sometimes.
77
- Added `string:dup`, `string:reverse`, `string:cat`, `list:dup`, and `list:reverse`
88
- Allowed `read` to take an argument, which is a file to read.
9+
- Added `write

src/info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#ifndef W_INFO_H
44
#define W_INFO_H
55

6-
#define W_VERSION "0.1.0"
6+
#define W_VERSION "0.2.0"
77

88
#endif

0 commit comments

Comments
 (0)