Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 27, 2024
1 parent 9660dd3 commit d94700c
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.0
# mainargs 0.7.1

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

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

# Changelog

## 0.7.1

- Fix detection of `@main` methods inherited from `trait`s in Scala 3.x [#142](https://github.com/com-lihaoyi/mainargs/pull/142)

## 0.7.0

- Support for Scala-Native 0.5.0
Expand Down

0 comments on commit d94700c

Please sign in to comment.