Skip to content

Commit

Permalink
Merge branch 'master' into f16_batch_conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer authored Jul 8, 2023
2 parents c3cb590 + 0cb958c commit 85a311d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Read and write OpenEXR files without any unsafe code"
keywords = ["exr", "openexr", "file", "binary", "io"]
categories = ["encoding", "filesystem", "graphics", "multimedia"]

version = "1.6.5"
version = "1.7.0"
edition = "2018"
authors = ["johannesvollmer <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ __What we can do:__
Add this to your `Cargo.toml`:
```toml
[dependencies]
exr = "1.6.5"
exr = "1.7.0"

# also, optionally add this to your crate for smaller binary size
# and better runtime performance
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Only the cropping examples use images from the source repository's test folder.

## Older Versions
The examples for any specific `exrs` version can be found on the `docs.rs` page:
- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/)
- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/)
- [docs.rs/crate/exr/1.6.4/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/)
- [docs.rs/crate/exr/1.6.3/source/examples/](https://docs.rs/crate/exr/1.6.3/source/examples/)
- ...

0 comments on commit 85a311d

Please sign in to comment.