Skip to content

Commit fd18ca5

Browse files
committed
Bump version to v1.0.4
1 parent d64033d commit fd18ca5

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.0.4 (2025-11-06)
6+
7+
### Code Style
8+
9+
- Linting, docstrings and typing
10+
([`08b8e6d`](https://github.com/lowRISC/dvsim/commit/08b8e6de9827d5f2a2e7d4c493d76f097d5f4ace))
11+
12+
### Refactoring
13+
14+
- Add WorkspaceCfg
15+
([`9a7a08e`](https://github.com/lowRISC/dvsim/commit/9a7a08e57d53bbf24f7b414ef84aee31c2d2b131))
16+
17+
- Improvements in lsf launcher
18+
([`d64033d`](https://github.com/lowRISC/dvsim/commit/d64033d580b7acaba61b9fc98515e22de720dfe5))
19+
20+
- Make cov_db_dirs deterministic
21+
([`3bb06fc`](https://github.com/lowRISC/dvsim/commit/3bb06fc14fb041a253da4d1af5ffc9989e2e63b3))
22+
23+
- Rename model_dump -> dump
24+
([`53bbfd4`](https://github.com/lowRISC/dvsim/commit/53bbfd41ee38b7f0fcf97e07a7520573077db585))
25+
26+
### Testing
27+
28+
- Add initial CompileSim unittest
29+
([`e8d5279`](https://github.com/lowRISC/dvsim/commit/e8d52791c2ac5317648cb51f495db4eb8aeca3e7))
30+
31+
532
## v1.0.3 (2025-10-30)
633

734
### 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.0.3"
11+
version = "1.0.4"
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)