Skip to content

Commit f8bce22

Browse files
committed
Release 4.2.0
1 parent 4661fe1 commit f8bce22

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/release_notes/4.2.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Add ``-m/--minimal`` flag to only compile what is necessary for selected tests.
2+
- Fix axi_stream VC for 0-length tid/tdest/tuser.
3+
- Fix work reference for non-lower case library names. :vunit_issue:`556`
4+
- Add ``init_files.before_run`` hook to RivieraPRO and ModelSim.
5+
- Do not add extra quotes when invoking a gtkwave subprocess. :vunit_issue:`563`

vunit/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def version():
6868
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])
6969

7070

71-
VERSION = (4, 1, 1)
71+
VERSION = (4, 2, 0)
7272

7373
PRE_RELEASE = True

0 commit comments

Comments
 (0)