Skip to content

Commit

Permalink
V 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jul 29, 2019
1 parent ce1288e commit 54f847a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## V 0.1.17

*29 Jul 2019*
- `vweb` module for developing web apps in V.
- vtalk, open source V forum software.
- Generics (very limited right now, but they will be gradually improved).
- Comptime codegen (`foo.$method()` where `method` is a string).
- @ for escaping keywords (e.g. `struct Foo { @type string }`).
- Windows Unicode fixes (V can now work with non-ASCII paths etc on Windows).
- Fix mutable args bugs + don't allow primitive arguments to be modified.
Expand Down
2 changes: 1 addition & 1 deletion compiler/main.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import time
import strings

const (
Version = '0.1.16'
Version = '0.1.17'
)

enum BuildMode {
Expand Down

0 comments on commit 54f847a

Please sign in to comment.