Skip to content

Tags: limdor/bazel-skylib

Tags

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog and version for release 1.4.1 (bazelbuild#434)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog and version for release 1.3.0 (bazelbuild#388)

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog and version for release 1.2.0 (bazelbuild#350)

1.1.1

Toggle 1.1.1's commit message
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

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog for release 1.1.0 (bazelbuild#317)

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update release notes for 1.0.3 (bazelbuild#270)

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.