Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 19, 2024
1 parent 1d04a6b commit 8ea72b8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mainargs 0.6.1
# mainargs 0.6.2

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.6.1"
ivy"com.lihaoyi::mainargs:0.6.2"
```

## Parsing Main Method Parameters
Expand Down Expand Up @@ -625,6 +625,11 @@ command-line friendly tool.

# Changelog

## 0.6.2

- Make combine short args that fail to parse go through normal leftover-token code paths
[#112](https://github.com/com-lihaoyi/mainargs/pull/112)

## 0.6.1

- Fix stackoverflow from incorrect binary compatibility shim
Expand Down

0 comments on commit 8ea72b8

Please sign in to comment.