Skip to content

Commit

Permalink
V 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jun 28, 2019
1 parent bd49977 commit 50012ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

# 0.1.8
- Single file programs without `fn main` now work as expected.
- REPL has been fixed: it now supports imports, consts, function definitions, etc.

# 0.1.7

- All C code in the compiler and vlib has been replaced with V.
Expand Down
2 changes: 1 addition & 1 deletion compiler/main.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import os
import time

const (
Version = '0.1.7'
Version = '0.1.8'
)

// TODO no caps
Expand Down

0 comments on commit 50012ae

Please sign in to comment.