Skip to content

Commit

Permalink
Merge pull request #1130 from HeroicKatora/release-0.22.5
Browse files Browse the repository at this point in the history
Update meta data for 0.22.5
  • Loading branch information
HeroicKatora committed Feb 6, 2020
2 parents 1620412 + 85f163e commit 642f0a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Expand Up @@ -8,6 +8,12 @@ Rust image aims to be a pure-Rust implementation of various popular image format

## Changes

### Version 0.22.5

- Added `GenericImage::copy_within`, specialized for `ImageBuffer`
- Fixed decoding of interlaced `gif` files
- Prepare for future compatibility of array `IntoIterator` in example code

### Version 0.22.4

- Added in-place variants for flip and rotate operations.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.22.4"
version = "0.22.5"
license = "MIT"
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."
authors = [
Expand Down

0 comments on commit 642f0a8

Please sign in to comment.