Skip to content

0.5.0

Compare
Choose a tag to compare
@siddharthab siddharthab released this 23 Feb 04:40
· 103 commits to master since this release

Major changes since 0.4.0:

  • new r_markdown rule
  • workspace status output available in r_binary, r_test and r_markdown rules (see stamp attribute)
  • new metadata attribute for package DESCRIPTION file (can use status vars)
  • usage of coverage_dependencies in WORKSPACE has changed (see section in README)

Other changes since 0.4.0:

  • bazel compatibility fixes
  • improved rsync options
  • support packages that modify source files during build
  • better caching of pkg builds when only test files are modified
  • use darwin sysroot; no need to install C/C++ header files on Mojave