Skip to content

Commit 308467a

Browse files
bump version + doc adjustments
1 parent 5a115ee commit 308467a

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
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 = "1.1.0"
7+
version = "1.2.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
@@ -159,7 +159,7 @@ __What we can do:__
159159
Add this to your `Cargo.toml`:
160160
```toml
161161
[dependencies]
162-
exr = "1.1.0"
162+
exr = "1.2.0"
163163

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

examples/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Examples
22

3-
These are examples that demonstrate how to use `exrs`.
4-
As the github repository is continuously developed, __these examples may be
5-
newer than the latest version of `exrs` available on `crates.io`__.
3+
These are examples that demonstrate how to use `exrs`.
64

7-
The examples of specific `exrs` versions can be found on the `docs.rs` page:
5+
The examples for specific `exrs` versions can be found on the `docs.rs` page:
6+
- [Version 1.2.0](https://docs.rs/crate/exr/1.2.0/source/examples/)
87
- [Version 1.1.0](https://docs.rs/crate/exr/1.1.0/source/examples/)
98
- [Version 1.0.0](https://docs.rs/crate/exr/1.0.0/source/examples/)
109
- [Version 0.9.0](https://docs.rs/crate/exr/0.9.0/source/examples/)

releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Yanking shouldn't be the default.
55
1. No `unsafe`
66
1. Everything builds, not only `cargo test`
77
1. Builds with `--release` flag
8-
1. All tests pass
8+
1. All tests pass, all benchmarks run
99
1. All tests pass, including `#[ignore]` tests and fuzzing!
1010
1. Images produced by running the examples can be opened in other software
1111
1. Only safe `as` casts

0 commit comments

Comments
 (0)