Releases: bazel-contrib/rules_perl
Releases · bazel-contrib/rules_perl
0.2.5
What's Changed
- upgrade version of perl to evade CVE-2023-47100 by @yetanotheralex in #73
New Contributors
- @yetanotheralex made their first contribution in #73
Full Changelog: 0.2.4...0.2.5
0.2.4
What's Changed
- Add
includes
attr to automate$PERL5LIB
by @lalten in #62 - Extract dev deps to function and add in Bzlmod via WORKSPACE.bzlmod by @lalten in #66
- Set
PATH_PREFIX=./
instead of failing to bazel run a program with a perl_binary data dep by @lalten in #65 - Upgrade testing platforms by @meteorcloudy in #71
- Support
--nolegacy_external_runfiles
by @lalten in #72
New Contributors
- @lalten made their first contribution in #62
- @meteorcloudy made their first contribution in #71
Full Changelog: 0.2.3...0.2.4
0.2.3
0.2.2
What's Changed
- Moved targets into
//perl
package and aliased original locations by @UebelAndre in #59
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Fix windows path incompatibility by @jsun-splunk in #58
New Contributors
- @jsun-splunk made their first contribution in #58
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Replace find_cpp_toolchain with find_cc_toolchain by @comius in #49
- Upgrade to relocatable-perl 5.36.0.1 by @pcj in #53
- Enable bzlmod by @dstufft in #55
- Add a dependency for
rules_cc
toMODULE.bazel
by @rrbutani in #56
New Contributors
- @comius made their first contribution in #49
- @pcj made their first contribution in #53
- @dstufft made their first contribution in #55
- @rrbutani made their first contribution in #56
Full Changelog: 0.1.0...0.2.0
Initial Release Tag for Rules Perl
0.1.0 Add linux arm64 toolchain (#47)