Skip to content

Commit e41159c

Browse files
authored
Merge pull request image-rs#340 from image-rs/release-0.11.3
Metadata for 0.11.3 release
2 parents 857973c + 03979fa commit e41159c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 0.11.3
2+
3+
Additions:
4+
- Added support for `webp` compression (as per GDAL) under the `webp` feature flag (default: off).
5+
- Added `Decoder::image_ifd`, creating an `IfdDecoder` of the current IFD.
6+
- Added `IfdDecoder::directory`, returning the `Directory` underlying it.
7+
- Added `LowerHex` and `UpwerHex` implementations for `IfdPointer`.
8+
9+
Notes:
10+
- A new example `tiff-ls` demonstrates use of the new features.
11+
112
# Version 0.11.2
213

314
Changes:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tiff"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)