diff --git a/crates/detect-newline-style/CHANGELOG.md b/crates/detect-newline-style/CHANGELOG.md new file mode 100644 index 0000000..931b190 --- /dev/null +++ b/crates/detect-newline-style/CHANGELOG.md @@ -0,0 +1,11 @@ +# `detect-newline-style` Changelog + +## v0.1.1 + +* add tests to cover no-op cases + + +## v0.1.0 + +* Initial release 🎊🎉 + diff --git a/crates/detect-newline-style/Cargo.toml b/crates/detect-newline-style/Cargo.toml index d71741a..ecaf232 100644 --- a/crates/detect-newline-style/Cargo.toml +++ b/crates/detect-newline-style/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "detect-newline-style" description = "Determine a string's preferred newline character" -version = "0.1.0" +version = "0.1.1" keywords = [ "eol", "newline", diff --git a/crates/node-js-release-info/CHANGELOG.md b/crates/node-js-release-info/CHANGELOG.md new file mode 100644 index 0000000..3d48e3e --- /dev/null +++ b/crates/node-js-release-info/CHANGELOG.md @@ -0,0 +1,12 @@ +# `node-js-release-info` Changelog + +## v0.1.1 + +* clarify example usage instructions +* add tests for serializing enums + + +## v0.1.0 + +* Initial release 🎊🎉 + diff --git a/crates/node-js-release-info/Cargo.toml b/crates/node-js-release-info/Cargo.toml index 8367d3d..9f44cab 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.0" +version = "0.1.1" keywords = [ "nodejs", "download",