[go: up one dir, main page]

Skip to content

Commit

Permalink
Release version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Feb 21, 2023
1 parent 5082892 commit 89cf731
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Chanelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.0
=====
- Improve MusicBrainz query result handling and detect stub releases
- For unknown discs, add an ID to the album name
- Better error reporting when opening logfile
- Fix crash when MCN is missing
- Silence warning when writing cover art to a file
- Fix compilation with FFmpeg 6.0

0.8.1
=====
- __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.1',
version: '0.9.0',
meson_version: '>=0.53.0',
)

Expand Down

6 comments on commit 89cf731

@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.

@sodface, @desbma, @vs49688, @diizzyy, @ep76
Package maintainers, it's been a while. Could you push the release?
Thanks

@sodface
Copy link
@sodface sodface commented on 89cf731 Feb 21, 2023 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

Choose a reason for hiding this comment

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

Done

@vs49688
Copy link
@vs49688 vs49688 commented on 89cf731 Feb 22, 2023

Choose a reason for hiding this comment

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

On holiday atm, will do when I get back in a week or so

@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.

Thanks, hope you're all doing well out there

@vs49688
Copy link

Choose a reason for hiding this comment

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

Had a moment of boredom, done: NixOS/nixpkgs#218368

Please sign in to comment.