Skip to content

Commit 63cda87

Browse files
committed
Release version 0.8.1
A small release to fix a bug introduced with one of the later commits of the previous release. The issue was that if the user didn't set the "album" field, and the album was found on Musicbrainz, the album title would be appended to "Unknown album<name>".
1 parent 4325519 commit 63cda87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Chanelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.1
2+
=====
3+
- __No need to rerip anything.__
4+
- Fix Musicbrainz album name setting.
5+
16
0.8.0
27
=====
38
- __No need to rerip anything.__

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('cyanrip', 'c',
22
license: 'LGPL2.1+',
33
default_options: [ 'buildtype=debugoptimized', 'c_std=c99', 'warning_level=1' ],
4-
version: '0.8.0',
4+
version: '0.8.1',
55
meson_version: '>=0.53.0',
66
)
77

0 commit comments

Comments
 (0)