Skip to content

Commit 105dbee

Browse files
committed
chore: bump version to v2.7.0
1 parent a2bacc7 commit 105dbee

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## nom-exif v2.7.0
4+
5+
### Added
6+
7+
- `EntryValue::as_time_components`
8+
9+
### Fixed
10+
11+
- Conversion function as_time(&self) fails with Naive DateTime [#47](https://github.com/mindeng/nom-exif/issues/47)
12+
313
## nom-exif v2.6.1
414

515
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nom-exif"
33
rust-version = "1.80"
4-
version = "2.6.1"
4+
version = "2.7.0"
55
edition = "2021"
66
license-file = "LICENSE"
77
description = "Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Enable `async` feature flag for `nom-exif` in your `Cargo.toml`:
186186

187187
```toml
188188
[dependencies]
189-
nom-exif = { version = "1", features = ["async"] }
189+
nom-exif = { version = "2", features = ["async"] }
190190
```
191191

192192
See [`AsyncMediaSource`] & [`AsyncMediaParser`] for more information.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
//!
180180
//! ```toml
181181
//! [dependencies]
182-
//! nom-exif = { version = "1", features = ["async"] }
182+
//! nom-exif = { version = "2", features = ["async"] }
183183
//! ```
184184
//!
185185
//! See [`AsyncMediaSource`] & [`AsyncMediaParser`] for more information.

0 commit comments

Comments
 (0)