We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbcbfd commit b5c4e39Copy full SHA for b5c4e39
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## Unreleased - [Full diff](https://github.com/lit-lang/lit/compare/v0.2.0...main)
+## 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)
4
5
- Make `var`/`let` expressions, not statements
6
src/lit.cr
@@ -2,7 +2,7 @@ require "option_parser"
require "./lit/lit"
module Lit
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
7
private class_property current_file_path = ""
8
0 commit comments