Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Greiner committed Oct 4, 2021
1 parent 8139b9e commit b24cf27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 = "rock"
version = "0.1.7-develop"
version = "0.1.7"
authors = ["champii <contact@champii>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rock v0.1.7-develop
# Rock v0.1.7

[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/Champii/Rock/actions/workflows/rust.yml)
[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Champii/Rock/actions/workflows/rust.yml)

Little toy language made with Rust and LLVM.
Aim to follow the Rust model with enforced safeness with a borrow checker and native performances thanks to LLVM.
Expand Down Expand Up @@ -40,10 +40,10 @@ You will need `clang` somewhere in your $PATH

Linux x86_64 only

[Rock v0.1.7-develop](https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock) (Tested on arch, btw)
[Rock v0.1.7](https://github.com/Champii/Rock/releases/download/v0.1.7/rock) (Tested on arch, btw)

``` sh
wget https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock
wget https://github.com/Champii/Rock/releases/download/v0.1.7/rock
chmod +x rock
./rock -V
```
Expand Down Expand Up @@ -121,7 +121,7 @@ rock --repl
```

``` sh
Rock: v0.1.7-develop
Rock: v0.1.7
----

Type ':?' for help
Expand Down

0 comments on commit b24cf27

Please sign in to comment.