Skip to content

Commit 6c32f12

Browse files
committed
Bump version to v1.7.6
1 parent 4590ff8 commit 6c32f12

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.7.6 (2026-02-09)
6+
7+
### Bug Fixes
8+
9+
- Replace 'E' local launcher poll status with a LauncherError
10+
([`612011b`](https://github.com/lowRISC/dvsim/commit/612011bcd62d62addecb2918539b106bd7b3d5e3))
11+
12+
- Resolve JobSpec/str type error
13+
([`e73575c`](https://github.com/lowRISC/dvsim/commit/e73575c460b14964377b26bb04d2460bc2cd8c9b))
14+
15+
### Refactoring
16+
17+
- Launcher poll always returns a status
18+
([`4590ff8`](https://github.com/lowRISC/dvsim/commit/4590ff8d61a1234e7e5c8e28a67e366e47d406dc))
19+
20+
- Make Job Status an Enum
21+
([`c75c923`](https://github.com/lowRISC/dvsim/commit/c75c9238e9c606073740ef527bf37c55471a18a6))
22+
23+
- Replace assert with RuntimeError
24+
([`39ec250`](https://github.com/lowRISC/dvsim/commit/39ec250c3f43a169ecb1eabe09feb3af1f6fe81d))
25+
26+
- Resolve scheduler complexity lint warnings
27+
([`8010a89`](https://github.com/lowRISC/dvsim/commit/8010a89f7d4d6baaf612b653d1499cae2758b1ae))
28+
29+
530
## v1.7.5 (2026-02-09)
631

732
### Bug Fixes

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.7.5"
11+
version = "1.7.6"
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)