Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Oct 12, 2019
1 parent 4661fe1 commit f8bce22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release_notes/4.2.0.rst
@@ -0,0 +1,5 @@
- Add ``-m/--minimal`` flag to only compile what is necessary for selected tests.
- Fix axi_stream VC for 0-length tid/tdest/tuser.
- Fix work reference for non-lower case library names. :vunit_issue:`556`
- Add ``init_files.before_run`` hook to RivieraPRO and ModelSim.
- Do not add extra quotes when invoking a gtkwave subprocess. :vunit_issue:`563`
2 changes: 1 addition & 1 deletion vunit/about.py
Expand Up @@ -68,6 +68,6 @@ def version():
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])


VERSION = (4, 1, 1)
VERSION = (4, 2, 0)

PRE_RELEASE = True

0 comments on commit f8bce22

Please sign in to comment.