Skip to content

Commit

Permalink
Bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 9, 2024
1 parent 9d211f6 commit 9c861c5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased changes

## Version 1.12.1 - 2024-05-09
- Fixed a crash when a process contains a `force` or `release`
assignment inside a `process (all)` statement (#877).
- Fixed a crash creating a waveform dump with `--dump-arrays` and the
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.12.0],
AC_INIT([nvc], [1.12.1],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
9 changes: 9 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,8 @@ EXTRA_DIST += \
test/regress/gold/issue852.dump \
test/regress/gold/issue856.dump \
test/regress/gold/issue862.txt \
test/regress/gold/issue878.dump \
test/regress/gold/issue885.txt \
test/regress/gold/issue96.txt \
test/regress/gold/proc7.txt \
test/regress/gold/proc8.txt \
Expand Down Expand Up @@ -1408,6 +1410,11 @@ EXTRA_DIST += \
test/regress/issue86.vhd \
test/regress/issue873.vhd \
test/regress/issue874.vhd \
test/regress/issue877.vhd \
test/regress/issue878.vhd \
test/regress/issue881.vhd \
test/regress/issue884.vhd \
test/regress/issue885.vhd \
test/regress/issue8.vhd \
test/regress/issue90.vhd \
test/regress/issue91.vhd \
Expand Down Expand Up @@ -1845,6 +1852,7 @@ EXTRA_DIST += \
test/sem/issue660.vhd \
test/sem/issue713.vhd \
test/sem/issue770.vhd \
test/sem/issue884.vhd \
test/sem/issue88.vhd \
test/sem/issue89.vhd \
test/sem/jcore1.vhd \
Expand Down Expand Up @@ -1951,6 +1959,7 @@ EXTRA_DIST += \
test/simp/issue812.vhd \
test/simp/issue821.vhd \
test/simp/issue867.vhd \
test/simp/issue882.vhd \
test/simp/length.vhd \
test/simp/order1.vhd \
test/simp/order2.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.12.0')dnl
define(__release_date, `7th April 2024')dnl
define(__release_date_short, `2024-04-07')dnl
define(__version, `1.12.1')dnl
define(__release_date, `9th May 2024')dnl
define(__release_date_short, `2024-05-09')dnl
define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl
define(__github_url, `https://github.com/nickg/nvc')dnl
define(__sourcehut_url, `https://git.sr.ht/~nickg/nvc')dnl
Expand Down

0 comments on commit 9c861c5

Please sign in to comment.