Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Nov 30, 2019
1 parent 20c6be4 commit 07d9f7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/release_notes/4.3.0.rst
@@ -0,0 +1,9 @@
- Fix broken ``vhdl_standard`` setting in some situations. :vunit_issue:`594`
- Add 'external modes' (VHPIDIRECT) to ``string_ptr`` and ``integer_vector_ptr``; add ``byte_vector_prt`` too. :vunit_issue:`507` :vunit_issue:`476`
- Add report data to ``Results`` object/class. :vunit_issue:`586`
- Use a Python formatter: `psf/black <https://github.com/psf/black>`_. :vunit_issue:`554`
- Refactor ``vunit/ui``, ``vunit/sim_if``, ``vunit/test`` and ``tests``. :vunit_issue:`572` :vunit_issue:`582`
- Deprecate ``array_pkg``. It will be removed in future releases. Use :ref:`integer_array_pkg` instead. :vunit_issue:`593`
- Python 3.4 reached End-of-life in 2019-03-18 and it is no longer tested. Support is expected to break in future releases.
- Add support for Python 3.8.
- Deprecate Python 2.7. This is the last release supporting Python 2 and Python 3. Upcoming releases will be for Python 3 only.
2 changes: 1 addition & 1 deletion vunit/about.py
Expand Up @@ -68,4 +68,4 @@ def version():
return VERSION


VERSION = "4.2.0"
VERSION = "4.3.0"

0 comments on commit 07d9f7b

Please sign in to comment.