diff --git a/Cargo.toml b/Cargo.toml index 58f0b72..b963ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bliss-analyser" -version = "0.1.0" +version = "0.1.1" authors = ["Craig Drummond "] edition = "2018" license = "GPL-3.0-only" diff --git a/ChangeLog b/ChangeLog index a3cd217..2fb1b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.1.1 +----- +1. Tidy up code, thanks to Serial-ATA + 0.1.0 ----- 1. Add support for analysing CUE files.