Skip to content

Commit b5c4e39

Browse files
committed
v0.3.0
1 parent 9fbcbfd commit b5c4e39

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased - [Full diff](https://github.com/lit-lang/lit/compare/v0.2.0...main)
1+
## Unreleased - [Full diff](https://github.com/lit-lang/lit/compare/v0.3.0...main)
2+
3+
## v0.3.0 - More expressions. More files. More syntax sugar. | [Full diff](https://github.com/lit-lang/lit/compare/v0.2.0...v0.3.0)
24

35
- Make `var`/`let` expressions, not statements
46

src/lit.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require "option_parser"
22
require "./lit/lit"
33

44
module Lit
5-
VERSION = "0.2.0"
5+
VERSION = "0.3.0"
66

77
private class_property current_file_path = ""
88

0 commit comments

Comments
 (0)