Skip to content

Commit

Permalink
Prepare 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Oct 24, 2022
1 parent e80e9b8 commit 4d9ffad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.1
_24 October 2022_

* Implement `Clone` for `XmpMeta` ([#114](https://github.com/adobe/xmp-toolkit-rs/pull/114))
* Implement `Default` for `XmpMeta` ([#113](https://github.com/adobe/xmp-toolkit-rs/pull/113))
* Add `XmpMeta::name` and `XmpMeta::set_name` accessors ([#112](https://github.com/adobe/xmp-toolkit-rs/pull/112))
* Impl `Debug` for `XmpMeta` ([#111](https://github.com/adobe/xmp-toolkit-rs/pull/111))
* Fix crash if `XmpMeta::debug_dump_namespaces` was the first call into XMP Toolkit ([#110](https://github.com/adobe/xmp-toolkit-rs/pull/110))
* Add `XmpMeta::debug_dump_namespaces()` ([#109](https://github.com/adobe/xmp-toolkit-rs/pull/109))

## 0.7.0
_23 October 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.0"
version = "0.7.1"
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.7.0"
xmp_toolkit = "0.7.1"
```

## Breaking changes in 0.x series
Expand Down

0 comments on commit 4d9ffad

Please sign in to comment.