From b0ba4a6788cc897cd14bd20d93a6472ae1200295 Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Sat, 13 Jan 2024 15:01:04 -0500 Subject: [PATCH] Release 0.9.1 (#220) --- CHANGES.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fa0b9931..5d87dc94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Version 0.9.1 + +New features: +- Basic support for planar configuration. +- Allow arbitrary number of samples as long as all have the same bit depth. + +Fixes: +- Don't panic when parsing metadata when custom compression is used. + # Version 0.9.0 New features: diff --git a/Cargo.toml b/Cargo.toml index e7205818..baf432fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiff" -version = "0.9.0" +version = "0.9.1" edition = "2021" resolver = "2"