exif::Error has been changed to be Sync again. It was
unintentionally not so in 0.6.
0.6 (2024-11-01)
Rust 1.60 or later is now required to build this package.
From<Rational> and From<SRational> implementations for f32
and f64 have been removed. Use Rational::to_f64 and so on.
Reader::continue_on_error has been added to enable continue-on-error
mode for parsing slightly broken Exif data. In this mode, parser
may return Error::PartialResult.
0.5.5 (2022-10-22)
Value::as_uint and Error::UnexpectedValue have been added.
0.5.4 (2021-03-26)
WebP format support has been added.
0.5.3 (2021-01-05)
An infinite loop in reading PNG files has been fixed.
PNG reader now handles std::io::ErrorKind::Interrupted correctly.
0.5.2 (2020-08-07)
PNG format support has been added.
DCF (Design rule for Camera File system) 2.0 tags have been added.
0.5.1 (2020-02-15)
Exif 2.32 tags have been added.
0.5 (2020-01-26)
Support for HEIF has been added.
Exif has been separated from Reader.
Error::description has been removed because it has been
soft-deprecated.
0.4 (2019-12-22)
Support for displaying values with units has been added.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps kamadak-exif from 0.6.0 to 0.6.1.
Changelog
Sourced from kamadak-exif's changelog.
... (truncated)
Commits
52b53a2
Increment the version to 0.6.1.a6a9671
Makeexif::Error
Sync
again to be compatible withanyhow::Error
.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show