Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixc committed Mar 29, 2016
1 parent 9d3132b commit d491e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-03-29 - v0.6.1
* Types now implement several more useful traits.
* Setup instructions now included in bundled crate.

2016-03-19 - v0.6.0
* Fixed FFI declarations from using Rust bools to c_ints (breaking change).
* Added optional support for accessing the XML XMP packet.
Expand All @@ -11,8 +15,8 @@
* Future-proofing representation of GExiv2Metadata against upcoming lint.

2015-09-06 - v0.3.0
* Added declarations for working with gexiv2's logging system
* Slightly improved documentation
* Added declarations for working with gexiv2's logging system.
* Slightly improved documentation.

2015-04-03 - v0.2.0
* Updated to work with Rust 1.0.0-beta.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FFI declarations are provided here; for a usable Rust library, consider
the `rexiv2` crate.
"""

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

0 comments on commit d491e9a

Please sign in to comment.