Skip to content

Commit

Permalink
release: apply version updates from current changes (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: amr-crabnebula <[email protected]>
  • Loading branch information
github-actions[bot] and amr-crabnebula committed Mar 26, 2024
1 parent 2f1029b commit 92348da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-nsis-on-unix.md

This file was deleted.

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

## \[0.6.1]

### Dependencies

- Upgraded to `[email protected]`

## \[0.6.0]

- [`57b379a`](https://www.github.com/crabnebula-dev/cargo-packager/commit/57b379ad1d9029e767848fda99d4eb6415afe51a)([#148](https://www.github.com/crabnebula-dev/cargo-packager/pull/148)) Added config option to control excluded libs when packaging AppImage
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.6.0",
"version": "0.6.1",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions crates/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[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.

## \[0.6.0]

- [`57b379a`](https://www.github.com/crabnebula-dev/cargo-packager/commit/57b379ad1d9029e767848fda99d4eb6415afe51a)([#148](https://www.github.com/crabnebula-dev/cargo-packager/pull/148)) Added config option to control excluded libs when packaging AppImage
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.6.0"
version = "0.6.1"
description = "Executable packager and bundler distributed as a CLI and library."
authors = [
"CrabNebula Ltd.",
Expand Down

0 comments on commit 92348da

Please sign in to comment.