1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

CHANGELOG: Fix wrong year in release date

This commit is contained in:
Andrey Nering
2021-02-16 17:53:28 -03:00
committed by GitHub
parent aa3a29fed2
commit f923bb499b

View File

@@ -59,7 +59,7 @@
- Fix panic when you have empty tasks in your Taskfile
([#338](https://github.com/go-task/task/issues/338), [#362](https://github.com/go-task/task/pull/362)).
## v3.0.0 - 2019-08-16
## v3.0.0 - 2020-08-16
- On `v3`, all CLI variables will be considered global variables
([#336](https://github.com/go-task/task/issues/336), [#341](https://github.com/go-task/task/pull/341))