Skip to content

Commit aa19705

Browse files
authored
Release 0.3.5 (#31)
1 parent 47559cb commit aa19705

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4"
3+
version = "0.3.5"
44
authors = ["Liam <[email protected]>"]
55
categories = ["science", "parser-implementations", "command-line-interface"]
66
description = "An arbitrary precision calculator language"

README.md

Lines changed: 2 additions & 2 deletions
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.4
41+
val 0.3.5
4242
4343
An arbitrary precision calculator language
4444
@@ -52,7 +52,7 @@ Options:
5252
-l, --load <LOAD> Load files before entering the REPL
5353
-p, --precision <PRECISION> Decimal precision to use for calculations [default: 1024]
5454
-r, --rounding-mode <ROUNDING_MODE> Rounding mode to use for calculations [default: to-even]
55-
--stack-size <STACK_SIZE> Stack size in MB for evaluations [default: 8]
55+
--stack-size <STACK_SIZE> Stack size in MB for evaluations [default: 128]
5656
-h, --help Print help
5757
-V, --version Print version
5858
```

0 commit comments

Comments
 (0)