Skip to content

Commit

Permalink
Prepare 0.1.4 release. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Sep 4, 2020
1 parent be59e77 commit fd1283a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.4
_04 September 2020_

* Add Mac OS builds to CI build matrix.
* Add Rust 1.46.0 to CI build matrix.

## v0.1.3
_02 September 2020_

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "xmp_toolkit"
version = "0.1.3"
version = "0.1.4"
description = "Rust-language bindings for Adobe's XMP Toolkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adobe/xmp-toolkit-rs"
documentation = "https://docs.rs/xmp_toolkit"
readme = "README.md"
authors = ["Eric Scouten <scouten@adobe.com>"]
keywords = ["xmp", "metadata"]
categories = ["api-bindings", "multimedia::encoding"]
categories = ["api-bindings"]
edition = "2018"
exclude = [
"external/xmp_toolkit/docs",
Expand Down

0 comments on commit fd1283a

Please sign in to comment.