Skip to content

Commit

Permalink
release: apply version updates from current changes (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog-crabnebula <[email protected]>
  • Loading branch information
1 parent 6ed1312 commit 6570be2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changes/codesign-frameworks-binaries.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/deb-uid-0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-path-not-exist-error.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/http_proxy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/mac-notarytool-team-id.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/remove-bundler-xattr.md

This file was deleted.

9 changes: 9 additions & 0 deletions crates/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.3.0]

- [`65b8c20`](https://www.github.com/crabnebula-dev/cargo-packager/commit/65b8c20a96877038daa4907b80cd96f96e0bfe33)([#54](https://www.github.com/crabnebula-dev/cargo-packager/pull/54)) Code sign binaries and frameworks on macOS.
- [`7ef6b7c`](https://www.github.com/crabnebula-dev/cargo-packager/commit/7ef6b7c0186e79243240cb2d1a1846fda41a1b54)([#50](https://www.github.com/crabnebula-dev/cargo-packager/pull/50)) Set `root` as the owner of control files and package files in `deb` package.
- [`8cc5b05`](https://www.github.com/crabnebula-dev/cargo-packager/commit/8cc5b05eb3eb124b385d406329eee379349faa86)([#53](https://www.github.com/crabnebula-dev/cargo-packager/pull/53)) Fixed an error message that the source path does not exist when packaging .app
- [`274a6be`](https://www.github.com/crabnebula-dev/cargo-packager/commit/274a6bec553f273934347a18e0d6e2e1ec61bbeb)([#49](https://www.github.com/crabnebula-dev/cargo-packager/pull/49)) Read `HTTP_PROXY` env var when downloading resources.
- [`6ed1312`](https://www.github.com/crabnebula-dev/cargo-packager/commit/6ed1312926d70cf449e7beddacb56a17e51a25ac)([#52](https://www.github.com/crabnebula-dev/cargo-packager/pull/52)) Read the `APPLE_TEAM_ID` environment variable for macOS notarization arguments.
- [`65b8c20`](https://www.github.com/crabnebula-dev/cargo-packager/commit/65b8c20a96877038daa4907b80cd96f96e0bfe33)([#54](https://www.github.com/crabnebula-dev/cargo-packager/pull/54)) Remove extended attributes on the macOS app bundle using `xattr -cr $PATH`.

## \[0.2.0]

- [`dde1ab3`](https://www.github.com/crabnebula-dev/cargo-packager/commit/dde1ab34b59ee614fc24e47a5caa8ebc04d92a08)([#43](https://www.github.com/crabnebula-dev/cargo-packager/pull/43)) Remove the deprecated `cargo-packager-config` dependency.
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.2.0"
version = "0.3.0"
description = "Rust executable packager and bundler CLI and library."
authors = [
"CrabNebula Ltd.",
Expand Down

0 comments on commit 6570be2

Please sign in to comment.