Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixc committed Oct 5, 2016
1 parent 83b7cc0 commit 603ad42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2016-10-04 - v0.4.1
* Fix for potential crash due to dereferencing null pointer.

2016-07-21 - v0.4.0
* Path operations now accept anything that implements AsRef<ffi::OsStr>,
which enables support for path::Paths in addition to strs.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ write access to the Exif, XMP, and IPTC metadata in media files (typically
photos) in various formats.
"""

version = "0.4.0"
version = "0.4.1"
authors = ["Felix Crux <[email protected]>"]
license = "GPL-3.0+"
documentation = "https://felixcrux.com/files/doc/rexiv2/"
Expand Down

0 comments on commit 603ad42

Please sign in to comment.