Skip to content

Commit d4103fa

Browse files
committed
Bump version to v1.18.0
1 parent 25aab7f commit d4103fa

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- version list -->
44

5+
## v1.18.0 (2026-04-01)
6+
7+
### Features
8+
9+
- Rename 'Dispatched' job status to 'Running'
10+
([`66f8205`](https://github.com/lowRISC/dvsim/commit/66f8205b94ef12d661927c0cf8f90ea9cb5d3ec8))
11+
12+
### Refactoring
13+
14+
- Create status link directories from the JobStatus Enum
15+
([`04f6a9b`](https://github.com/lowRISC/dvsim/commit/04f6a9ba0a4fa1c75cf265f4018eb067c7eecb3d))
16+
17+
- Move `print_msg_list` to a separate `print` util
18+
([`3ee54b9`](https://github.com/lowRISC/dvsim/commit/3ee54b927e74da67fe58262bdfa1cb97f87903f9))
19+
20+
- Move scheduler & status printer into separate module
21+
([`ef44a6a`](https://github.com/lowRISC/dvsim/commit/ef44a6a7e0e090e6f6f6729cb53531cb9ce0ab82))
22+
23+
- Rename `JobStatus.ended` to `JobStatus.is_terminal`
24+
([`25aab7f`](https://github.com/lowRISC/dvsim/commit/25aab7fae66c718ea031275e3942939894cd7436))
25+
26+
527
## v1.17.4 (2026-04-01)
628

729
### Refactoring

pyproject.toml

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

99
[project]
1010
name = "dvsim"
11-
version = "1.17.4"
11+
version = "1.18.0"
1212
description = "DV system"
1313
authors = [{name = "lowRISC contributors (OpenTitan project)"}]
1414
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)