Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 4, 2024
1 parent 77c2e61 commit 9d23b9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d23b9c

Please sign in to comment.