Skip to content

Commit ff96db9

Browse files
committed
0.6.0 [release]
1 parent a30791d commit ff96db9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.6.0]
2+
- Added none
3+
- Added built-in function print
4+
- Added output view in REPL
5+
6+
17
## [0.5.0]
28
- Added Lambdas
39
- Added Logical 'Or' and 'And'

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neko"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["alihsaas <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)