diff --git a/crates/node-js-release-info/CHANGELOG.md b/crates/node-js-release-info/CHANGELOG.md index 3d48e3e..4a93d2b 100644 --- a/crates/node-js-release-info/CHANGELOG.md +++ b/crates/node-js-release-info/CHANGELOG.md @@ -1,5 +1,14 @@ # `node-js-release-info` Changelog + +## v1.0.0 + +* add docs for json feature +* add test to verify thread-safe types +* breaking: remove .to_json_string() method now that the json feature is available +* add json feature to enable full serialization + deserialization + + ## v0.1.1 * clarify example usage instructions diff --git a/crates/node-js-release-info/Cargo.toml b/crates/node-js-release-info/Cargo.toml index ea3aaee..d43f68b 100644 --- a/crates/node-js-release-info/Cargo.toml +++ b/crates/node-js-release-info/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "node-js-release-info" description = "Asynchronously retrieve Node.js release info by version and platform from the [downloads server](https://nodejs.org/download/release/)" -version = "0.1.1" +version = "1.0.0" keywords = [ "nodejs", "download",