Skip to content

Commit 9930066

Browse files
authored
Release 0.3.6 (#40)
1 parent 7cb4e37 commit 9930066

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "val"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["Liam <liam@scalzulli.com>"]
55
categories = ["science", "parser-implementations", "command-line-interface"]
66
description = "An arbitrary precision calculator language"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Below is the output of `val --help`, which describes some of the
3838
arguments/options we support:
3939

4040
```present cargo run -- --help
41-
val 0.3.5
41+
val 0.3.6
4242
Liam <liam@scalzulli.com>
4343
An arbitrary precision calculator language
4444

0 commit comments

Comments
 (0)