Tags: limdor/bazel-skylib
Tags
Update changelog and version for release 1.4.1 (bazelbuild#434)
Fix distribution tarballs and update changelog and version for releas… …e 1.4.0 (bazelbuild#429) * Fix location of MODULE.bazel in distro tarballs. * Remove invalid paths from WORKSPACE files in distro tarballs * The resulting tarballs should finally be distributable as 1.4.0 in BCR.
Update changelog and version for release 1.3.0 (bazelbuild#388)
Update changelog and version for release 1.2.1 (bazelbuild#360) Make a point release to unbreak users who set `--incompatible_disallow_empty_glob`. See discussion in bazelbuild#359
Update changelog and version for release 1.2.0 (bazelbuild#350)
Release 1.1.1 (initially tagged as 1.1.0) **New Features** - Gazelle: support relative imports (bazelbuild#271) and imports from `@bazel_tools` (bazelbuild#273) - Add partial.is_instance() (bazelbuild#276) - Allow unittest.suite() to accept partial calls of test rules (bazelbuild#276) - Allow specifying additional aspects to target under test in analysistest.make() (bazelbuild#299) - Add Windows support for build_test (bazelbuild#302) **Incompatible Changes** - structs.to_dict() ignores deprecated to_json()/to_proto() methods (bazelbuild#295) **Contributors** aiuto, alandonovan, Alex Eagle, Alexandre Rostovtsev, Andrew Z Allen, c-parsons, Christopher Sauer, Daniel Wagner-Hall, David Sanderson, dmaclach, Laurent Le Brun, Mansur, Olek Wojnar, Philipp Wollermann, River, Samuel Giddins, Thaler Benedek
Fix execute bit on empty_test.sh (bazelbuild#206) * make the tarball 555 * Split the bins out from the rest of the package and combine the packages. This solution is horrible. The better solution is - We need something like pkgfilegroup in rules_pkg, so we can specify exectuable mode next to the file. - But we do not want rules_pkg to appear in the rules/BUILD file because that would make a runtime dependency. So we need to - rewrite rules/BUILD when going into the package. - or provide magic mapping of files names to mode bits - or something entirely different.
Remove genfiles_dir retrieval method (bazelbuild#203) genfiles_dir has been the same as bin_dir for several Bazel releases, and is being fully removed in upcoming Bazel release.
PreviousNext