Skip to content

Commit

Permalink
Release notes and metadata for 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Jul 17, 2024
1 parent 59358a6 commit c708281
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@

## Changes

### Version 0.25.2

Features:
- Added the HDR encoder to supported formats in generic write methods with the
`hdr` feature enabled. Supports 32-bit float RGB color only, for now.
- When cloning `ImageBuffer`, `DynamicImage` and `Frame` the existing buffer
will now be reused if possible.
- Added `image::ImageReader` as an alias.
- Implement `ImageEncoder` for `HdrEncoder`.

Structural changes
- Switch from `byteorder` to `byteorder-lite`, consolidating some casting
unsafety to `bytemuck`.
- Many methods on `DynamicImage` and buffers gained `#[must_use]` indications.

Bug fixes:
- Removed test data included in the crate archive.
- The WebP animation decoder stops when reaching the indicate frame count.
- Fixed bugs in the `bmp` decoder.
- Format support gated on the `exr` feature now compiles in isolation.

### Version 0.25.1

Bug fixes:
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 = "image"
version = "0.25.1"
version = "0.25.2"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit c708281

Please sign in to comment.