Skip to content

Commit dce55d1

Browse files
Merge pull request #168 from johannesvollmer/prepare-release
release
2 parents 907fc62 + b3ec94e commit dce55d1

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ This is a list of contributors to the exrs project.
55
* [Daniel Santana](https://github.com/dgsantana)
66
* [Karel Peeters](https://github.com/KarelPeeters)
77
* [Dorian Fevrier](https://github.com/Narann)
8+
* [Andrey Fedotov](https://github.com/anfedotoff)
9+
* [Sergey "Shnatsel" Davidoff](https://github.com/Shnatsel)
810

911
Thank you for your time and efforts that you spent to improve the exrs project!

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 = "1.5.0"
7+
version = "1.5.1"
88
edition = "2018"
99
authors = ["johannesvollmer <[email protected]>"]
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ __What we can do:__
161161
Add this to your `Cargo.toml`:
162162
```toml
163163
[dependencies]
164-
exr = "1.5.0"
164+
exr = "1.5.1"
165165

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

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Only the cropping examples use images from the source repository's test folder.
1818

1919
## Older Versions
2020
The examples for any specific `exrs` version can be found on the `docs.rs` page:
21+
- [docs.rs/crate/exr/1.5.1/source/examples/](https://docs.rs/crate/exr/1.5.1/source/examples/)
2122
- [docs.rs/crate/exr/1.5.0/source/examples/](https://docs.rs/crate/exr/1.5.0/source/examples/)
2223
- [docs.rs/crate/exr/1.4.2/source/examples/](https://docs.rs/crate/exr/1.4.2/source/examples/)
2324
- [docs.rs/crate/exr/1.4.1/source/examples/](https://docs.rs/crate/exr/1.4.1/source/examples/)
2425
- [docs.rs/crate/exr/1.4.0/source/examples/](https://docs.rs/crate/exr/1.4.0/source/examples/)
2526
- [docs.rs/crate/exr/1.3.0/source/examples/](https://docs.rs/crate/exr/1.3.0/source/examples/)
26-
- [docs.rs/crate/exr/1.2.0/source/examples/](https://docs.rs/crate/exr/1.2.0/source/examples/)
2727
- ...

0 commit comments

Comments
 (0)