Skip to content

Commit

Permalink
Bump version to 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jul 17, 2022
1 parent 90e8c11 commit a2ca90b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Expand Up @@ -19,6 +19,15 @@ Rust image aims to be a pure-Rust implementation of various popular image format
See ongoing work on [`image-canvas`](https://github.com/image-rs/canvas) if
you want to participate.

### Version 0.24.3

New Features:
- `TiffDecoder` now supports setting resource limits.

Bug fixes:
- Fix compile issues on little endian systems.
- Various panics discovered by fuzzing.

### Version 0.24.2

Structural changes:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.24.2"
version = "0.24.3"
edition = "2018"
rust-version = "1.56"
resolver = "2"
Expand Down

0 comments on commit a2ca90b

Please sign in to comment.