Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.9"
".": "0.5.10"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.10](https://github.com/baprx/mk/compare/v0.5.9...v0.5.10) (2025-10-13)


### Bug Fixes

* add missing nextest config ([92e3b90](https://github.com/baprx/mk/commit/92e3b90c4252f28d033eada3ee4893cb6e779532))
* add missing nextest config ([15c9340](https://github.com/baprx/mk/commit/15c9340050fd6321cb65d3d74b9b44370743e9c3))
* **build:** add linker configuration for aarch64 target ([2afc2af](https://github.com/baprx/mk/commit/2afc2af962a6e48e5f2d07fa62672f5cf602ac8f))
* **ci:** add permissions for writing contents in release workflow ([12136c3](https://github.com/baprx/mk/commit/12136c332fc47379f70889b990bda0d78d086600))
* **ci:** install required tools to run the test suites ([368a104](https://github.com/baprx/mk/commit/368a1049453ae2ebfc294774da72e1fd1dbdcd8f))
* **ci:** oh. ([8173d20](https://github.com/baprx/mk/commit/8173d205f4fa47f604362a1fb35fed33db72a266))
* **ci:** oh. oh. ([9148e23](https://github.com/baprx/mk/commit/9148e237725a384a0679ebb1999b49c271f36b5b))
* **ci:** use cross for all targets ([4269428](https://github.com/baprx/mk/commit/4269428f2c20538a38493acb7715d031c82d732c))
* **ci:** use cross-rs/cross for cross-compilation ([#12](https://github.com/baprx/mk/issues/12)) ([36c8561](https://github.com/baprx/mk/commit/36c8561f54f2f726490abf1ff2ec7077f78a65c2))
* enabled vendored openssl feature to fix build on aarch64-unknown-linux-gnu target ([4eac435](https://github.com/baprx/mk/commit/4eac43511a18436a7f45d34d075b0dd6efd369c5))
* install gcc-aarch64-linux-gnu for cross-compilation ([483ea9c](https://github.com/baprx/mk/commit/483ea9c31f6662ce343ff88e96c30f7cdc33943a))
* **kustomize:** remove project path from generated commands since we use the working_dir during execution ([6a90546](https://github.com/baprx/mk/commit/6a905464bc91a9e55c6c2cf8e1b1cae916f979b3))
* streamline test execution by removing redundant parsing step ([052baed](https://github.com/baprx/mk/commit/052baede3d216a677fc49e8772f08cfec8e4b701))
* update workflow triggers for push and pull request events ([7e9c965](https://github.com/baprx/mk/commit/7e9c9656c01b662717055c5725479e1dd1a2a426))

## [0.5.9](https://github.com/baprx/mk/compare/v0.5.8...v0.5.9) (2025-10-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mk"
version = "0.5.9"
version = "0.5.10"
edition = "2021"

[dependencies]
Expand Down