Skip to content

Commit

Permalink
Prepare 0.1.6 release. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Nov 26, 2020
1 parent 56850bf commit 39d95d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This project adheres to [Semantic Versioning](https://semver.org), except that – as is typical in the Rust community – the minimum supported Rust version may be increased without

## v0.1.6
_25 November 2020_

* Handle exceptions on OpenFile. (#13)
* Add Rust 1.48.0 to CI build matrix.
* Remove Rust 1.47.0 from CI build matrix.

## v0.1.5
_12 October 2020_

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xmp_toolkit"
version = "0.1.5"
version = "0.1.6"
description = "Rust-language bindings for Adobe's XMP Toolkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adobe/xmp-toolkit-rs"
Expand Down

0 comments on commit 39d95d1

Please sign in to comment.