Skip to content

Commit 20b68a6

Browse files
committed
0.7.7
1 parent bf29601 commit 20b68a6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.7.6
1+
# mainargs 0.7.7
22

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

4040
```scala
41-
ivy"com.lihaoyi::mainargs:0.7.6"
41+
ivy"com.lihaoyi::mainargs:0.7.7"
4242
```
4343

4444
## Parsing Main Method Parameters
@@ -630,9 +630,14 @@ command-line friendly tool.
630630

631631
# Changelog
632632

633+
## 0.7.7
634+
635+
- Add `mainargs.Parser` as a shorthand alias for `mainargs.ParserForClass` and
636+
`mainargs.ParserForMethods` [#201](http://github.com/com-lihaoyi/mainargs/pull/201)
637+
633638
## 0.7.6
634639

635-
- add support for Scala 2 varargs in scala 3 macro [#167](http://github.com/com-lihaoyi/mainargs/pull/167)
640+
- Add support for Scala 2 varargs in scala 3 macro [#167](http://github.com/com-lihaoyi/mainargs/pull/167)
636641

637642
## 0.7.5
638643

0 commit comments

Comments
 (0)