Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Oct 20, 2022
1 parent 28576c1 commit 8a23765
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org), except that

Do not manually edit this file. It will be automatically updated when a new release is published.

## 0.6.0
_20 October 2022_

* (MINOR) `XmpMeta::set_property` can now pass `XmpValue` options ([#88](https://github.com/adobe/xmp-toolkit-rs/pull/88))
* Add options for setting flags on `XmpValue` ([#87](https://github.com/adobe/xmp-toolkit-rs/pull/87))
* (MINOR) Rework `XmpDateTime` as a non-opaque type ([#86](https://github.com/adobe/xmp-toolkit-rs/pull/86))
* (MINOR) Refactor how property values are returned from accessor functions ([#81](https://github.com/adobe/xmp-toolkit-rs/pull/81))
* Add new API `XmpIter::array_property` ([#78](https://github.com/adobe/xmp-toolkit-rs/pull/78))
* Add new API function `XmpMeta::from_str` ([#77](https://github.com/adobe/xmp-toolkit-rs/pull/77))
* (MINOR) Bump MSRV to 1.56 ([#75](https://github.com/adobe/xmp-toolkit-rs/pull/75))

## 0.5.3
_20 July 2022_

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.5.3"
version = "0.6.0"
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "0.5.3"
xmp_toolkit = "0.6.0"
```

## Breaking changes in 0.x series
Expand Down

0 comments on commit 8a23765

Please sign in to comment.