diff --git a/CHANGELOG.md b/CHANGELOG.md index 0955b073..f02051bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.1 + +- [Bugfix] Fixed extensions written in uppercase, now they are all normalized to lowercase + ## v0.7.0 - [Breaking Changes] Decoder now accept opened file as input diff --git a/Cargo.lock b/Cargo.lock index 2b02aaa3..f6fbe163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "rimage" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bytemuck", "clap 4.3.8", diff --git a/Cargo.toml b/Cargo.toml index 7a785e8a..0ab8802d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = ["tests/*", ".*"] repository = "https://github.com/SalOne22/rimage" license = "MIT OR Apache-2.0" -version = "0.7.0" +version = "0.7.1" edition = "2021" [profile.release]