Skip to content

Commit

Permalink
0.3.0 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alihsaas committed May 21, 2021
1 parent 1a287bb commit 41f50de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.0]
- Made improvements to CLI and REPL
- Added comparison operations
- Added string concatenating

## [0.2.0]
- Added boolean type
- Added string type
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neko"
version = "0.2.0"
version = "0.3.0"
authors = ["alihsaas <alihsaas2@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 41f50de

Please sign in to comment.