We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee61f5e commit a232ba7Copy full SHA for a232ba7
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.6.0
+# mainargs 0.6.1
2
3
MainArgs is a small, dependency-free library for command line argument parsing
4
in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
45
# Usage
46
47
```scala
48
-ivy"com.lihaoyi::mainargs:0.6.0"
+ivy"com.lihaoyi::mainargs:0.6.1"
49
```
50
51
## Parsing Main Method Parameters
@@ -632,6 +632,11 @@ command-line friendly tool.
632
633
# Changelog
634
635
+## 0.6.1
636
+
637
+- Fix stackoverflow from incorrect binary compatibility shim
638
+ [#107](https://github.com/com-lihaoyi/mainargs/pull/107)
639
640
## 0.6.0
641
642
- Automatically map `camelCase` Scala method and argument names to `kebab-case`
0 commit comments