Skip to content

Commit

Permalink
bump version for next patch update, fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer committed Nov 21, 2021
1 parent 1dc3cc5 commit 6663a06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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 = "1.3.0"
version = "1.4.0"
edition = "2018"
authors = ["johannesvollmer <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ __Big-endian code is not yet fully implemented. Help wanted.__
Add this to your `Cargo.toml`:
```toml
[dependencies]
exr = "1.3.0"
exr = "1.4.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 @@ -3,6 +3,7 @@
These are examples that demonstrate how to use `exrs`.

The examples for any specific `exrs` version can be found on the `docs.rs` page:
- [docs.rs/crate/exr/1.4.0/source/examples/](https://docs.rs/crate/exr/1.4.0/source/examples/)
- [docs.rs/crate/exr/1.3.0/source/examples/](https://docs.rs/crate/exr/1.3.0/source/examples/)
- [docs.rs/crate/exr/1.2.0/source/examples/](https://docs.rs/crate/exr/1.2.0/source/examples/)
- [docs.rs/crate/exr/1.1.0/source/examples/](https://docs.rs/crate/exr/1.1.0/source/examples/)
Expand Down

0 comments on commit 6663a06

Please sign in to comment.