Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored and Adobe CAI Team committed Dec 19, 2022
1 parent 4a6c461 commit b08eb14
Show file tree
Hide file tree
Showing 3 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 @@ -6,6 +6,12 @@ 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.0.0
_19 December 2022_

* (MAJOR) Prepare for stable API (1.0) release ([#151](https://github.com/adobe/xmp-toolkit-rs/pull/151))
* Fix new Clippy warning in Rust 1.66 ([#154](https://github.com/adobe/xmp-toolkit-rs/pull/154))

## 0.7.6
_06 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.6"
version = "1.0.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 @@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xmp_toolkit = "0.7.6"
xmp_toolkit = "1.0.0"
```

## License
Expand Down

0 comments on commit b08eb14

Please sign in to comment.