Skip to content

Releases: kgreenek/rules_flatbuffers

v0.2.0

11 Sep 07:50
Compare
Choose a tag to compare

[0.2.0] - 2021-09-11

Added

  • Add .bazelversion file to cc_example

Changed

  • Refactor toolchains so they are configured in repository context in the WORKSPACE
  • Factor common code into run_flatc function
  • Add lang_shortname to FlatbuffersLangToolchain provider

Removed

  • Remove toolchain arg from cc_flatbuffers_library rule
  • Remove gen-compare flag from cc toolchain

Fixed

  • Properly add generated schema files to runfiles

v0.1.0

08 Sep 02:32
c1345cd
Compare
Choose a tag to compare

[0.1.0] - 2021-09-07

Added

  • FlatbuffersLangToolchain implementation for customizing rule behavior
  • flatbuffer_library rule implementation
  • cc_flatbuffer_library rule and cc_flatbuffer_toolchain implementation