Skip to content

Commit 47a5920

Browse files
committed
Version 1.9.1
1 parent 1f98ac3 commit 47a5920

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Audiowaveform Version History
22

3+
## v1.9.1 (2023-10-01)
4+
5+
* Updated documentation and command line `--help` ouptut
6+
* Fixed CMakeLists.txt for compatibility with older CMake versions
7+
38
## v1.9.0 (2023-09-30)
49

510
* Added support for input JSON format waveform data files
6-
711
* The `--waveform-colors` option now allows you to set different colors
812
for each audio channel
913

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.1

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
audiowaveform (1.9.1-1RELEASE1) RELEASE; urgency=low
2+
3+
* Debian package for release 1.9.1
4+
5+
-- Chris Needham <chris@chrisneedham.com> Sun, 1 Oct 2023 10:00:00 +0000
6+
17
audiowaveform (1.9.0-1RELEASE1) RELEASE; urgency=low
28

39
* Debian package for release 1.9.0

ubuntu/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
PROJECT=audiowaveform
1111
REPO=git@github.com:bbc/${PROJECT}.git
12-
TAG=1.9.0
12+
TAG=1.9.1
1313
SOURCE_DIR=${PROJECT}_${TAG}
1414
TARBALL=${SOURCE_DIR}.orig.tar.gz
1515
PACKAGES_DIR=packages

0 commit comments

Comments
 (0)