Skip to content

Commit

Permalink
bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer committed Sep 6, 2020
1 parent ad472be commit 1545833
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = ["johannesvollmer <johannes596@t-online.de>"]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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

# also, optionally add this to your crate for smaller binary size
# and better runtime performance
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ As the github repository is continuously developed, __these examples may be
newer than the latest version of `exrs` available on `crates.io`__.

The examples of specific `exrs` versions can be found on the `docs.rs` page:
- [Version 0.9.0](https://docs.rs/crate/exr/0.9.0/source/examples/)
- [Version 0.8.0](https://docs.rs/crate/exr/0.8.0/source/examples/)
- [Version 0.7.4](https://docs.rs/crate/exr/0.7.4/source/examples/)
- [Version 0.7.3](https://docs.rs/crate/exr/0.7.3/source/examples/)
Expand Down

0 comments on commit 1545833

Please sign in to comment.