Release bugfix version 1.6 😅

This commit is contained in:
Iustin Pop
2023-04-19 23:33:02 +02:00
parent 4a72962872
commit 52a6c218b9
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## Changes in version 1.6 (Wed, 19 Apr 2023)
This is bugfix release agains 1.5. In between 1.4 and 1.5, the "make
check" target was migrated to using
[shelltest](https://github.com/simonmichael/shelltestrunner), but the
`make dist` and `distcheck` targets were no, so the built archive was
actually not. This only fixes that and has no functional code changes
from 1.5.
## Changes in version 1.5 (Wed, 19 Apr 2023)
Trivial release:

View File

@@ -31,7 +31,7 @@ DISTFILES = \
TESTFILES = $(wildcard tests/*.test)
TESTDATAFILES = $(wildcard tests/data/*.data)
VERSION=1.5
VERSION=1.6
RELEASEDIR=mt-st-$(VERSION)
TARFILE=mt-st-$(VERSION).tar.gz