Skip to content

Commit

Permalink
Merge pull request #53 from coord-e/release/1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
coord-e authored Dec 12, 2022
2 parents 2df8f0f + d3a4732 commit 27740b2
Show file tree
Hide file tree
Showing 17 changed files with 558 additions and 164 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get install -y musl-tools busybox-static
- run: sudo apt-get install -y gcc-aarch64-linux-gnu
if: matrix.target == 'aarch64-unknown-linux-musl'
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
- run: docker buildx bake --push --set '*.cache-from=type=gha' --set '*.cache-to=type=gha,mode=max'
env:
BIN_DIR: "./dist"
VERSION: "1.3.2"
VERSION: "1.4.0"
release:
name: Release
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get install -y musl-tools busybox-static
- run: sudo apt-get install -y gcc-aarch64-linux-gnu
if: matrix.target == 'aarch64-unknown-linux-musl'
Expand Down Expand Up @@ -61,4 +62,4 @@ jobs:
run: docker buildx bake --set '*.cache-from=type=gha' --set '*.cache-to=type=gha,mode=max' --set 'base.platform=linux/amd64' example
env:
BIN_DIR: ./dist
VERSION: 1.3.2
VERSION: 1.4.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.4.0] - 2022-12-12

- Ignore already emitted symlinks ([#49](https://github.com/coord-e/magicpak/pull/49))
- Enable to supply multiple inputs ([#50](https://github.com/coord-e/magicpak/pull/50))
- Add noload resolver to avoid loading with dlopen(3) ([#51](https://github.com/coord-e/magicpak/pull/51))
- Dependency updates

## [1.3.2] - 2022-11-23

- Fix not to canonicalize paths in `--include` ([#20](https://github.com/coord-e/magicpak/pull/20))
Expand Down
Loading

0 comments on commit 27740b2

Please sign in to comment.