Skip to content

Commit 9a48777

Browse files
committed
0.5.1
1 parent cd1fdae commit 9a48777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.5.0
1+
# mainargs 0.5.1
22

33
MainArgs is a small, dependency-free library for command line argument parsing
44
in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
4545
# Usage
4646

4747
```scala
48-
ivy"com.lihaoyi::mainargs:0.5.0"
48+
ivy"com.lihaoyi::mainargs:0.5.1"
4949
```
5050

5151
## Parsing Main Method Parameters
@@ -519,10 +519,10 @@ command-line friendly tool.
519519

520520
# Changelog
521521

522-
## master
522+
## 0.5.1
523523

524-
- Fix handling of case class main method parameter default parameters in Scala 3
525-
[#88](https://github.com/com-lihaoyi/mainargs/pull/88)
524+
- Fix handling of case class main method parameter default parameters and
525+
annotations in Scala 3 [#88](https://github.com/com-lihaoyi/mainargs/pull/88)
526526

527527
## 0.5.0
528528

0 commit comments

Comments
 (0)