Skip to content

Releases: georgeliaw/rules_wheel

v0.2.0

16 Feb 04:12
9426c06
Compare
Choose a tag to compare

Switching to building universal wheels to help the switch to python3.
This can break things if the package is not pure python (i.e. contain compiled extensions).

v0.1.10

09 Jan 05:47
Compare
Choose a tag to compare

Fix bad input param causing caching issues.

v0.1.9

08 Jan 05:46
Compare
Choose a tag to compare

Avoid possible race condition with rm and mkdir.

v0.1.6

13 Jun 20:01
Compare
Choose a tag to compare

Ensure clean package_dir state.

v0.1.5

28 Mar 00:29
Compare
Choose a tag to compare

Fix string formatting

v0.1.4

27 Feb 19:48
Compare
Choose a tag to compare
  • switch cp --parents to rsync -R to support OSX

v0.1.3

27 Feb 08:17
Compare
Choose a tag to compare
  • fix issue with prelude_bazel causing unwanted loads for other projects

v0.1.2

27 Feb 04:57
Compare
Choose a tag to compare
  • support prefix stripping
  • fix minor permission issue
  • fix backtrack_path generation

v0.1.1

22 Feb 06:36
Compare
Choose a tag to compare
  • fixing issue with path clobbering when multiple bdist_wheel rules are in the same BUILD file
  • minor reformatting

v0.1.0

21 Feb 12:36
Compare
Choose a tag to compare

Initial release.