Skip to content

Commit 9d23b9c

Browse files
committed
0.7.4
1 parent 77c2e61 commit 9d23b9c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.7.3
1+
# mainargs 0.7.4
22

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

4040
```scala
41-
ivy"com.lihaoyi::mainargs:0.7.3"
41+
ivy"com.lihaoyi::mainargs:0.7.4"
4242
```
4343

4444
## Parsing Main Method Parameters
@@ -625,6 +625,10 @@ command-line friendly tool.
625625

626626
# Changelog
627627

628+
## 0.7.4
629+
630+
- Fix issue with binary infinite recursion in binary compatibility forwarders [156](https://github.com/com-lihaoyi/mainargs/pull/156)
631+
628632
## 0.7.3
629633

630634
- Add missing `nameMapper` argument to `.runOrExit`, make `sort` param on `runEither` return

0 commit comments

Comments
 (0)