1
0
mirror of https://github.com/go-task/task.git synced 2025-06-02 23:27:37 +02:00

chore: changelog for #2075

This commit is contained in:
Pete Davison 2025-04-19 10:57:36 +00:00
parent a60c2ec3f8
commit 8885d9e4f7
No known key found for this signature in database

View File

@ -28,6 +28,8 @@
- Improved the way we report the Task version when using the `--version` flag or
`{{.TASK_VERSION}}` variable. This should now be more consistent and easier
for package maintainers to use (#2131 by @pd93).
- Fixed a bug where globstar (`**`) matching in `sources` only resolved the
first result (#2073, #2075 by @pd93).
- Fixed a bug where sorting tasks by "none" would use the default sorting
instead of leaving tasks in the order they were defined (#2124, #2125 by
@trulede).