Releases: vectorgrp/bazel-rules
1.3.4
In a WORKSPACE or MODULE.bazel file add an http_archive rule to fetch the ruleset:
http_archive(
name = "vector_bazel_rules",
sha256 = "5045e5642fd65bf0531a9fcaa49df8702d6d3cce8b54cbad267c2aa5dc49ecd6",
url = "https://github.com/vectorgrp/bazel-rules/releases/download/1.3.4/source.tar.gz",
)Full Changelog: 1.3.3...1.3.4
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.4
1.3.3
In a WORKSPACE or MODULE.bazel file add an http_archive rule to fetch the ruleset:
http_archive(
name = "vector_bazel_rules",
sha256 = "9babc6f6aef5be3cb3272dcf73a5391f091d2128652592c21baf08276bb76736",
url = "https://github.com/vectorgrp/bazel-rules/releases/download/1.3.3/source.tar.gz",
)What's Changed
- Cfg5 fixes by @VFelixBecker in #12
Full Changelog: 1.3.2...1.3.3
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.3
1.3.2
In a WORKSPACE or MODULE.bazel file add an http_archive rule to fetch the ruleset:
http_archive(
name = "vector_bazel_rules",
sha256 = "398577991529bf683656d1a73048f5e231c438f961a5c479ada710c7dfe41298",
url = "https://github.com/vectorgrp/bazel-rules/releases/download/1.3.2/source.tar.gz",
)What's Changed
- Cfg5 component ccinfo by @VFelixBecker in #10
- Add rules_cc dependency by @VFelixBecker in #11
Full Changelog: 1.3.1...1.3.2
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.2
1.3.1
In a WORKSPACE or MODULE.bazel file add an http_archive rule to fetch the ruleset:
http_archive(
name = "vector_bazel_rules",
sha256 = "56967c0cb1c496c90e38b64c99aafbd578d75ad9ba618844f2a241ec46861372",
url = "https://github.com/vectorgrp/bazel-rules/releases/download/1.3.1/source.tar.gz",
)What's Changed
- Update cfg5 rules by @VFelixBecker in #9
Full Changelog: 1.3.0...1.3.1
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.1
1.3.0
What's Changed
- Cfg5 ccinfo rule by @VFelixBecker in #8
New Contributors
- @VFelixBecker made their first contribution in #8
Full Changelog: 1.2.0...1.3.0
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.0
1.2.0
What's Changed
- Dev/ecu 37081 by @cczarnetzki in #6
New Contributors
- @cczarnetzki made their first contribution in #6
Full Changelog: 1.1.0...1.2.0
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.2.0
1.1.0
What's Changed
- Add further rules & toolchains by @ThomasSchauer in #3
Full Changelog: 1.0.1...1.1.0
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.1.0
1.0.1
1.0.0
What's Changed
- add cfg5 rule by @ThomasSchauer in #1
- add dual license by @ThomasSchauer in #2
New Contributors
- @ThomasSchauer made their first contribution in #1
Full Changelog: https://github.com/vectorgrp/bazel-rules/commits/1.0.0