Skip to content

Commit

Permalink
Release version 0.8.1
Browse files Browse the repository at this point in the history
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>".
  • Loading branch information
cyanreg committed Jan 30, 2022
1 parent 4325519 commit 63cda87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Chanelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.1
=====
- __No need to rerip anything.__
- Fix Musicbrainz album name setting.

0.8.0
=====
- __No need to rerip anything.__
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('cyanrip', 'c',
license: 'LGPL2.1+',
default_options: [ 'buildtype=debugoptimized', 'c_std=c99', 'warning_level=1' ],
version: '0.8.0',
version: '0.8.1',
meson_version: '>=0.53.0',
)

Expand Down

4 comments on commit 63cda87

@cyanreg
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that, the last release wasn't that well-tested.
Package maintainers, @sodface, @desbma, @vs49688, @diizzyy, @ep76, if it's not too troublesome, could you update the packages?

@vs49688
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, PR submitted: NixOS/nixpkgs#157357

@sodface
Copy link

@sodface sodface commented on 63cda87 Jan 30, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diizzyy
Copy link
Contributor

@diizzyy diizzyy commented on 63cda87 Feb 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.