Skip to content

Commit 6f7f238

Browse files
committed
Update changelog and version
1 parent 67ad970 commit 6f7f238

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.9.3
2+
=====
3+
- FFmpeg 7.0 compatibility
4+
- Added an option to specify the image size for cover lookup
5+
- When only printing info, do not require an offset to be specified with -I
6+
- Fix default pregap action setting for tracks after the first
7+
- Better error handling
8+
19
0.9.2
210
=====
311
- ReplayGain 2.0 scanning and tagging

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

0 commit comments

Comments
 (0)