Skip to content

Commit 5070a78

Browse files
committed
Bump version to v1.8.1
1 parent 5400046 commit 5070a78

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.8.1 (2026-02-12)
6+
7+
### Bug Fixes
8+
9+
- Remove deadlocks by making the scheduler signal handler signal-safe
10+
([`e9ed090`](https://github.com/lowRISC/dvsim/commit/e9ed090b375941911e9a605fc5428d15aec20bc5))
11+
12+
### Testing
13+
14+
- Mark scheduler signal tests as expected to pass
15+
([`5400046`](https://github.com/lowRISC/dvsim/commit/54000465f12a983f78ad9e623906650df04edc23))
16+
17+
518
## v1.8.0 (2026-02-11)
619

720
### Build System

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.8.0"
11+
version = "1.8.1"
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)