Skip to content

Commit bfdbf1f

Browse files
author
johannesvollmer
committed
new version is 0.8.0, not 0.7.5: piz and pxr compression deserve a major release
1 parent d6f4ef2 commit bfdbf1f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Read and write OpenEXR files without any unsafe code"
44
keywords = ["exr", "openexr", "file", "binary", "io"]
55
categories = ["encoding", "filesystem", "graphics", "multimedia"]
66

7-
version = "0.7.5"
7+
version = "0.8.0"
88
edition = "2018"
99
authors = ["johannesvollmer <[email protected]>"]
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This library is a 100% Rust and 100% safe code library for
99
reading and writing OpenEXR images.
10-
See [the examples](https://docs.rs/crate/exr/0.7.5/source/examples/) for a first impression.
10+
See [the examples](https://docs.rs/crate/exr/0.8.0/source/examples/) for a first impression.
1111

1212
[OpenEXR](http://www.openexr.com/)
1313
is the de-facto standard image format in animation, VFX, and
@@ -157,7 +157,7 @@ please leave an issue on this repository, containing the image file.
157157
Add this to your `Cargo.toml`:
158158
```toml
159159
[dependencies]
160-
exr = "0.7.5"
160+
exr = "0.8.0"
161161

162162
# also, optionally add this to your crate for smaller binary size
163163
# and better runtime performance

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ As the github repository is continuously developed, __these examples may be
55
newer than the latest version of `exrs` available on `crates.io`__.
66

77
The examples of specific `exrs` versions can be found on the `docs.rs` page:
8-
- [Version 0.7.5](https://docs.rs/crate/exr/0.7.5/source/examples/)
8+
- [Version 0.8.0](https://docs.rs/crate/exr/0.8.0/source/examples/)
99
- [Version 0.7.4](https://docs.rs/crate/exr/0.7.4/source/examples/)
1010
- [Version 0.7.3](https://docs.rs/crate/exr/0.7.3/source/examples/)
1111
- [Version 0.7.2](https://docs.rs/crate/exr/0.7.2/source/examples/)

tests/images/fuzzed/list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seed = [92, 1, 0, 130, 211, 8, 21, 70, 74, 4, 9, 5, 0, 23, 0, 3, 20, 25, 6, 5, 229, 30, 0, 34, 218, 0, 40, 7, 5, 2, 7, 0]

0 commit comments

Comments
 (0)