Skip to content

Commit a232ba7

Browse files
committed
0.6.1
1 parent ee61f5e commit a232ba7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.6.0
1+
# mainargs 0.6.1
22

33
MainArgs is a small, dependency-free library for command line argument parsing
44
in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
4545
# Usage
4646

4747
```scala
48-
ivy"com.lihaoyi::mainargs:0.6.0"
48+
ivy"com.lihaoyi::mainargs:0.6.1"
4949
```
5050

5151
## Parsing Main Method Parameters
@@ -632,6 +632,11 @@ command-line friendly tool.
632632

633633
# Changelog
634634

635+
## 0.6.1
636+
637+
- Fix stackoverflow from incorrect binary compatibility shim
638+
[#107](https://github.com/com-lihaoyi/mainargs/pull/107)
639+
635640
## 0.6.0
636641

637642
- Automatically map `camelCase` Scala method and argument names to `kebab-case`

0 commit comments

Comments
 (0)