File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 55Any changes which are committed, but not yet present in a released version,
66should appear here.
77
8+ ## 1.9.0 - Wed, Apr 2, 2025
9+
10+ - Added "PREREQ_FOR" relationship for tasks.
11+ - Improved the operation of ` yo task join ` and other commands that wait for task
12+ completion.
13+ - Fixed the drgn task to install drgn without enabling EPEL.
14+ - Removed "test-" tasks from the Yo task directory.
15+ - Bug fix: whenever configs are modified, Yo now invalidates its cache.
16+
817## 1.8.1 - Tue, Feb 18, 2025
918
1019- Fixed an issue with renaming an instance when there is a terminated instance
Original file line number Diff line number Diff line change 3737
3838long_description = open ("README.md" ).read ()
3939
40- VERSION = "1.8.1 "
40+ VERSION = "1.9.0 "
4141
4242setup (
4343 name = "yo" ,
You can’t perform that action at this time.
0 commit comments