From 9d23b9ce437ad672b90e197ed1df4d7055c3a961 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 4 Sep 2024 19:41:34 +0800 Subject: [PATCH] 0.7.4 --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 86414c5..7db23f8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# mainargs 0.7.3 +# mainargs 0.7.4 MainArgs is a small, dependency-free library for command line argument parsing in Scala. @@ -38,7 +38,7 @@ in its scripts, as well as for command-line parsing for the # Usage ```scala -ivy"com.lihaoyi::mainargs:0.7.3" +ivy"com.lihaoyi::mainargs:0.7.4" ``` ## Parsing Main Method Parameters @@ -625,6 +625,10 @@ command-line friendly tool. # Changelog +## 0.7.4 + +- Fix issue with binary infinite recursion in binary compatibility forwarders [156](https://github.com/com-lihaoyi/mainargs/pull/156) + ## 0.7.3 - Add missing `nameMapper` argument to `.runOrExit`, make `sort` param on `runEither` return