Skip to content

Commit

Permalink
Bump version to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 24, 2024
1 parent 3091521 commit fac8df7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased changes
- Several other minor bugs were resolved (#942, #943).

## Version 1.13.3 - 2024-08-24
- Type checking was not performed correctly for conversion function
actuals in port maps (#945).
- Fixed a crash with signal aliases inside an instantiated generic
Expand All @@ -10,6 +11,7 @@
initialised with an aggregate (#954).
- External names in concurrent assertion statements and PSL assertions
are now parsed correctly (#952).
- Several other minor bugs were resolved (#942, #943, #950, #951, #953).

## Version 1.13.2 - 2024-08-11
- Fixed an incorrect bounds check error when a constant declaration has
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([nvc], [1.13.2],
AC_INIT([nvc], [1.13.3],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
10 changes: 10 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ EXTRA_DIST += \
test/bounds/issue806.vhd \
test/bounds/issue819.vhd \
test/bounds/issue863.vhd \
test/bounds/issue951.vhd \
test/bounds/issue98.vhd \
test/bounds/issue99.vhd \
test/bounds/nullrange.vhd \
Expand All @@ -40,6 +41,7 @@ EXTRA_DIST += \
test/charset/utf8.vhd \
test/diag/diag1.vhd \
test/driver/issue930.vhd \
test/driver/issue953.vhd \
test/driver/sanity1.vhd \
test/driver/sanity2.vhd \
test/driver/unique1.vhd \
Expand All @@ -51,6 +53,7 @@ EXTRA_DIST += \
test/dump/vhdl3.vhd \
test/dump/vhdl4.vhd \
test/dump/vhdl5.vhd \
test/dump/vhdl6.vhd \
test/dump/vlog1.v \
test/elab/assert7.vhd \
test/elab/block1.vhd \
Expand Down Expand Up @@ -467,6 +470,8 @@ EXTRA_DIST += \
test/parse/issue892.vhd \
test/parse/issue893.vhd \
test/parse/issue917.vhd \
test/parse/issue942.vhd \
test/parse/issue952.vhd \
test/parse/literal.vhd \
test/parse/loc.vhd \
test/parse/names2.vhd \
Expand Down Expand Up @@ -1487,7 +1492,11 @@ EXTRA_DIST += \
test/regress/issue925.vhd \
test/regress/issue931.vhd \
test/regress/issue932.vhd \
test/regress/issue943.vhd \
test/regress/issue946.vhd \
test/regress/issue94.vhd \
test/regress/issue950.vhd \
test/regress/issue954.vhd \
test/regress/issue95.vhd \
test/regress/issue96.vhd \
test/regress/issue98.vhd \
Expand Down Expand Up @@ -1934,6 +1943,7 @@ EXTRA_DIST += \
test/sem/issue884.vhd \
test/sem/issue88.vhd \
test/sem/issue89.vhd \
test/sem/issue945.vhd \
test/sem/jcore1.vhd \
test/sem/lcs2016_02.vhd \
test/sem/lcs2016_04.vhd \
Expand Down
6 changes: 3 additions & 3 deletions www/defs.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define(__version, `1.13.2')dnl
define(__release_date, `11th August 2024')dnl
define(__release_date_short, `2024-08-11')dnl
define(__version, `1.13.3')dnl
define(__release_date, `24th August 2024')dnl
define(__release_date_short, `2024-08-24')dnl
define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl
define(__github_url, `https://github.com/nickg/nvc')dnl
define(__download_base, `https://www.nickg.me.uk/files')dnl
Expand Down

0 comments on commit fac8df7

Please sign in to comment.