| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mage_1.16.0_Windows-64bit.zip | 2026-03-12 | 2.0 MB | |
| mage_1.16.0_DragonFlyBSD-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_FreeBSD-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_FreeBSD-ARM.tar.gz | 2026-03-12 | 1.7 MB | |
| mage_1.16.0_Linux-ARM64.tar.gz | 2026-03-12 | 1.7 MB | |
| mage_1.16.0_Linux-ARM.tar.gz | 2026-03-12 | 1.8 MB | |
| mage_1.16.0_macOS-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_NetBSD-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_FreeBSD-ARM64.tar.gz | 2026-03-12 | 1.7 MB | |
| mage_1.16.0_NetBSD-ARM.tar.gz | 2026-03-12 | 1.7 MB | |
| mage_1.16.0_OpenBSD-ARM64.tar.gz | 2026-03-12 | 1.7 MB | |
| mage_1.16.0_OpenBSD-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_Linux-64bit.tar.gz | 2026-03-12 | 1.9 MB | |
| mage_1.16.0_checksums.txt | 2026-03-12 | 1.3 kB | |
| README.md | 2026-03-08 | 1.8 kB | |
| v1.16.0 Optional Arguments! source code.tar.gz | 2026-03-08 | 8.8 MB | |
| v1.16.0 Optional Arguments! source code.zip | 2026-03-08 | 8.9 MB | |
| Totals: 17 Items | 41.3 MB | 1 | |
What's Changed
- feat: support trailing line comment for mage:import by @anuraaga in https://github.com/magefile/mage/pull/480
- Update documentation to include Windows Magefile Cache by @WilliamRoyNelson in https://github.com/magefile/mage/pull/484
- Comment typo: parse.go by @szTheory in https://github.com/magefile/mage/pull/485
- ci: Extend
go-versionwith1.21.xby @michalbiesek in https://github.com/magefile/mage/pull/479 - Correct test input code to support older go versions by @perrito666 in https://github.com/magefile/mage/pull/490
- getFunction() ignoring receiver on imports by @na4ma4 in https://github.com/magefile/mage/pull/509
- This adds a test to bug 508 by @perrito666 in https://github.com/magefile/mage/pull/516
- chore(docs): updated README and site to include installation using go install command by @egor-denysenko in https://github.com/magefile/mage/pull/499
- add the ability to call targets with float64 args by @natefinch in https://github.com/magefile/mage/pull/525
- Add support for optional arguments by @natefinch in https://github.com/magefile/mage/pull/538
New Contributors
- @anuraaga made their first contribution in https://github.com/magefile/mage/pull/480
- @WilliamRoyNelson made their first contribution in https://github.com/magefile/mage/pull/484
- @szTheory made their first contribution in https://github.com/magefile/mage/pull/485
- @michalbiesek made their first contribution in https://github.com/magefile/mage/pull/479
- @na4ma4 made their first contribution in https://github.com/magefile/mage/pull/509
- @egor-denysenko made their first contribution in https://github.com/magefile/mage/pull/499
Full Changelog: https://github.com/magefile/mage/compare/v1.15.0...v1.16.0