Skip to content

Commit 43aed75

Browse files
committed
Release v1.9.0
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
1 parent 7e25a03 commit 43aed75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
Any changes which are committed, but not yet present in a released version,
66
should 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
long_description = open("README.md").read()
3939

40-
VERSION = "1.8.1"
40+
VERSION = "1.9.0"
4141

4242
setup(
4343
name="yo",

0 commit comments

Comments
 (0)