v1.0.0-rc.2
github-actions
released this
28 May 08:58
·
69 commits
to main
since this release
This release candidate adds a few fixes and features, and it is probably the closest to a real release of Kerblam! that we will get.
What's Changed
New features
kerblam run
now accepts command-line arguments to be passed directly to the workers that it spawns (i.e.make
orbash
) by using two dash separators: e.g.kerblam run ... -- arg1 arg2
(@MrHedmad in #88)- Kerblam! now caches the name of the last profile used, so that it can skip updating timestamps if the same profile is used back-to-back. This allows
make
to properly skip rebuilding files that should not be rebuilt when using profiles (@MrHedmad in #89).
Bug Fixes
make
properly changes working directory following kerblam.toml in docker by @MrHedmad in #92- Perfect some aspect of directory-based profiles by @MrHedmad in #94
Documentation
- The documentation was updated in many aspects (@MrHedmad in #85, @MrHedmad in #86, #93)
- The book on kerblam.dev now uses callouts thanks to
mdbook-callouts
(@MrHedmad in #95). - Added workflows community metadata and icons by @MrHedmad in #98
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
There are no quick links to the installers due to an issue in the release process. Sorry! You can still download them with the buttons below.