Skip to content

Commit

Permalink
Release 0.9.1 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jan 13, 2024
1 parent 4a2e768 commit b0ba4a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiff"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit b0ba4a6

Please sign in to comment.