Skip to content

Commit 0cb958c

Browse files
bump version for next major release
1 parent b18d9ce commit 0cb958c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.6.5"
7+
version = "1.7.0"
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.6.5"
164+
exr = "1.7.0"
165165

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

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.6.5/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/)
21+
- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
22+
- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/)
2223
- [docs.rs/crate/exr/1.6.4/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/)
23-
- [docs.rs/crate/exr/1.6.3/source/examples/](https://docs.rs/crate/exr/1.6.3/source/examples/)
2424
- ...

0 commit comments

Comments
 (0)