Skip to content

Commit

Permalink
release: apply version updates from current changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula authored and github-actions[bot] committed Jun 29, 2024
1 parent 753ec77 commit 41c9c47
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 44 deletions.
11 changes: 0 additions & 11 deletions .changes/pr255.md

This file was deleted.

78 changes: 47 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions bindings/packager/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## \[0.9.2]

- [`753ec77`](https://www.github.com/crabnebula-dev/cargo-packager/commit/753ec77467933c835ca4a02a03056bbf4af48630) ([#255](https://www.github.com/crabnebula-dev/cargo-packager/pull/255)) Explicitly mention which fields in `Config` and other configuration structs
are skipped during deserialization.
This reduces confusion for new users looking at the docs for `Config`,
who may receive unexpected errors when attempting to specify skipped fields
in their config files or Cargo package metadata.

### Dependencies

- Upgraded to `[email protected]`

## \[0.9.1]

- [`44a19ea`](https://www.github.com/crabnebula-dev/cargo-packager/commit/44a19eae1f5f26b1bd10ba84dd6eb3d856609a67) ([#246](https://www.github.com/crabnebula-dev/cargo-packager/pull/246)) On macOS, fix notarization skipping needed environment variables when macos specific config has been specified in the config file.
Expand Down
2 changes: 1 addition & 1 deletion bindings/packager/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/packager",
"version": "0.9.1",
"version": "0.9.2",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions crates/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.9.2]

- [`753ec77`](https://www.github.com/crabnebula-dev/cargo-packager/commit/753ec77467933c835ca4a02a03056bbf4af48630) ([#255](https://www.github.com/crabnebula-dev/cargo-packager/pull/255)) Explicitly mention which fields in `Config` and other configuration structs
are skipped during deserialization.
This reduces confusion for new users looking at the docs for `Config`,
who may receive unexpected errors when attempting to specify skipped fields
in their config files or Cargo package metadata.

## \[0.9.1]

- [`44a19ea`](https://www.github.com/crabnebula-dev/cargo-packager/commit/44a19eae1f5f26b1bd10ba84dd6eb3d856609a67) ([#246](https://www.github.com/crabnebula-dev/cargo-packager/pull/246)) On macOS, fix notarization skipping needed environment variables when macos specific config has been specified in the config file.
Expand Down
2 changes: 1 addition & 1 deletion crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-packager"
version = "0.9.1"
version = "0.9.2"
description = "Executable packager and bundler distributed as a CLI and library."
authors = [
"CrabNebula Ltd.",
Expand Down

0 comments on commit 41c9c47

Please sign in to comment.