diff --git a/.changes/codesign-notarize-auth-config.md b/.changes/codesign-notarize-auth-config.md deleted file mode 100644 index 423976e4..00000000 --- a/.changes/codesign-notarize-auth-config.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cargo-packager": minor -"@crabnebula/packager": minor ---- - -Added codesign certificate and notarization credentials configuration options under the `macos` config (for programatic usage, taking precedence over environment variables). diff --git a/bindings/packager/nodejs/CHANGELOG.md b/bindings/packager/nodejs/CHANGELOG.md index c20534a8..45236732 100644 --- a/bindings/packager/nodejs/CHANGELOG.md +++ b/bindings/packager/nodejs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.7.0] + +- [`cd8898a`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd8898a93b66a4aae050fa1006089c3c3b5646f9)([#187](https://www.github.com/crabnebula-dev/cargo-packager/pull/187)) Added codesign certificate and notarization credentials configuration options under the `macos` config (for programatic usage, taking precedence over environment variables). + +### Dependencies + +- Upgraded to `cargo-packager@0.7.0` + ## \[0.6.1] ### Dependencies diff --git a/bindings/packager/nodejs/package.json b/bindings/packager/nodejs/package.json index 5167558e..7f123aed 100644 --- a/bindings/packager/nodejs/package.json +++ b/bindings/packager/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@crabnebula/packager", - "version": "0.6.1", + "version": "0.7.0", "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/crates/packager/CHANGELOG.md b/crates/packager/CHANGELOG.md index d0fb0a34..8c405300 100644 --- a/crates/packager/CHANGELOG.md +++ b/crates/packager/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.7.0] + +- [`cd8898a`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd8898a93b66a4aae050fa1006089c3c3b5646f9)([#187](https://www.github.com/crabnebula-dev/cargo-packager/pull/187)) Added codesign certificate and notarization credentials configuration options under the `macos` config (for programatic usage, taking precedence over environment variables). + ## \[0.6.1] - [`2f1029b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/2f1029b2032ac44fd3f3df34307554feb17043b7)([#185](https://www.github.com/crabnebula-dev/cargo-packager/pull/185)) Fix bundling NSIS on Linux and macOS failing due to the verbose flag. diff --git a/crates/packager/Cargo.toml b/crates/packager/Cargo.toml index 02349457..35cf98db 100644 --- a/crates/packager/Cargo.toml +++ b/crates/packager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-packager" -version = "0.6.1" +version = "0.7.0" description = "Executable packager and bundler distributed as a CLI and library." authors = [ "CrabNebula Ltd.",