Skip to content

Commit

Permalink
Prepare 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Jul 7, 2024
1 parent a8cf1dc commit 96f3a86
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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.

## 1.8.0
_07 July 2024_

* Publish workflow can now run cleanly ([#226](https://github.com/adobe/xmp-toolkit-rs/pull/226))
* Update stefanzweifel/git-auto-commit-action action to v5 ([#225](https://github.com/adobe/xmp-toolkit-rs/pull/225))
* Update codecov/codecov-action action to v4 ([#223](https://github.com/adobe/xmp-toolkit-rs/pull/223))
* (MINOR) XmpMeta can now optionally format itself using Rust-style formatting ([#193](https://github.com/adobe/xmp-toolkit-rs/pull/193))
* Update actions/github-script action to v7 ([#222](https://github.com/adobe/xmp-toolkit-rs/pull/222))
* Update actions/checkout action to v4 ([#219](https://github.com/adobe/xmp-toolkit-rs/pull/219))
* Allow clean build process ([#221](https://github.com/adobe/xmp-toolkit-rs/pull/221))
* Update paulhatch/semantic-version action to v5.4.0 ([#218](https://github.com/adobe/xmp-toolkit-rs/pull/218))
* Add renovate.json ([#206](https://github.com/adobe/xmp-toolkit-rs/pull/206))
* Update for current cc crate ([#216](https://github.com/adobe/xmp-toolkit-rs/pull/216))
* Fix Clippy warnings for Rust 1.79 ([#215](https://github.com/adobe/xmp-toolkit-rs/pull/215))
* Update deny.toml for recent updates to cargo-deny ([#204](https://github.com/adobe/xmp-toolkit-rs/pull/204))

## 1.7.3
_19 March 2024_

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 = "1.7.3"
version = "1.8.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 @@ -60,7 +60,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "1.7.3"
xmp_toolkit = "1.8.0"
```

## License
Expand Down

0 comments on commit 96f3a86

Please sign in to comment.