Skip to content

Commit

Permalink
Prepare 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Nov 6, 2022
1 parent 269f369 commit 85dc4ac
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.7.5
_06 November 2022_

* Add reference to API stabilization PR
* New README; propose 1.0 release candidate status
* Port XMP_CoreCoverage.cpp test suite ([#108](https://github.com/adobe/xmp-toolkit-rs/pull/108))
* Add `XmpDateTime::convert_to_local_time` and `XmpDateTime::convert_to_utc` ([#149](https://github.com/adobe/xmp-toolkit-rs/pull/149))
* Add `XmpDateTime::set_local_time_zone` ([#148](https://github.com/adobe/xmp-toolkit-rs/pull/148))
* Add `XmpMeta::compose_field_selector` ([#147](https://github.com/adobe/xmp-toolkit-rs/pull/147))
* Add `XmpMeta::compose_lang_selector` ([#146](https://github.com/adobe/xmp-toolkit-rs/pull/146))

## 0.7.4
_04 November 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.7.4"
version = "0.7.5"
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 @@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "0.7.4"
xmp_toolkit = "0.7.5"
```

## License
Expand Down

0 comments on commit 85dc4ac

Please sign in to comment.