Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 15, 2024
1 parent f7970b0 commit 271b6cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mainargs 0.6.3
# mainargs 0.7.0

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

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

# Changelog

## master
## 0.7.0

- Support for Scala-Native 0.5.0
- Minimum version of Scala 3.x raised to 3.3.1

## 0.6.3

Expand Down

0 comments on commit 271b6cb

Please sign in to comment.