From 0cb958c1827b32db53ba310266784f2dcd2cb01a Mon Sep 17 00:00:00 2001 From: Johannes Vollmer <32042925+johannesvollmer@users.noreply.github.com> Date: Sat, 8 Jul 2023 02:14:32 +0200 Subject: [PATCH] bump version for next major release --- Cargo.toml | 2 +- README.md | 2 +- examples/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fab349b..4d2adec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "1.6.5" +version = "1.7.0" edition = "2018" authors = ["johannesvollmer "] diff --git a/README.md b/README.md index 79778ba..76c09ab 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ __What we can do:__ Add this to your `Cargo.toml`: ```toml [dependencies] -exr = "1.6.5" +exr = "1.7.0" # also, optionally add this to your crate for smaller binary size # and better runtime performance diff --git a/examples/README.md b/examples/README.md index d7d6bca..c157dc7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ Only the cropping examples use images from the source repository's test folder. ## Older Versions The examples for any specific `exrs` version can be found on the `docs.rs` page: -- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/) +- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) +- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/) - [docs.rs/crate/exr/1.6.4/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/) -- [docs.rs/crate/exr/1.6.3/source/examples/](https://docs.rs/crate/exr/1.6.3/source/examples/) - ... \ No newline at end of file