Skip to content

Commit 1545833

Browse files
author
johannesvollmer
committed
bump version to 0.9.0
1 parent ad472be commit 1545833

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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.8.0"
7+
version = "0.9.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.8.0/source/examples/) for a first impression.
10+
See [the examples](https://docs.rs/crate/exr/0.9.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.8.0"
160+
exr = "0.9.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.9.0](https://docs.rs/crate/exr/0.9.0/source/examples/)
89
- [Version 0.8.0](https://docs.rs/crate/exr/0.8.0/source/examples/)
910
- [Version 0.7.4](https://docs.rs/crate/exr/0.7.4/source/examples/)
1011
- [Version 0.7.3](https://docs.rs/crate/exr/0.7.3/source/examples/)

0 commit comments

Comments
 (0)