Skip to content

Commit 5661afc

Browse files
committed
Release version 0.7.0
This project is now feature complete. It does everything I'd like for it to do in order to rip my entire CD collection. There's still some polishing work to optionally do, like read the JSON directly from MBDB and CADB, as it carries more data like release events, and the cover art DB does contain some more images that we don't fetch yet. And no doubt there are a few bugs left to fix, like making PSX game CDs more accurately read. This project was originally meant to be also usable as a library for embedding, so maybe if there's some interest to do this work it wouldn't take long to do; the project doesn't have too much bad code and hacks, and the main header isn't as messy as it could have otherwise been. Thanks to all contributors and testers.
1 parent 691889a commit 5661afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.0',
4+
version: '0.7.0',
55
meson_version: '>=0.53.0',
66
)
77

0 commit comments

Comments
 (0)