Update task news to support 3.0.0 (#3342)

* Introduce Version, use it to check current version in custom reports
* Support multiple versions in 'task news'
This commit is contained in:
Dustin J. Mitchell 2024-04-15 22:04:16 -04:00 committed by GitHub
parent d243d000eb
commit 4d9bb20bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 302 additions and 36 deletions

View file

@ -18,6 +18,7 @@ add_library (task STATIC CLI2.cpp CLI2.h
TDB2.cpp TDB2.h
Task.cpp Task.h
Variant.cpp Variant.h
Version.cpp Version.h
ViewTask.cpp ViewTask.h
dependency.cpp
feedback.cpp