Skip to content

Releases: gazebosim/rules_gazebo

v0.0.9

10 Nov 16:47
38a042d

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.9")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "ec5b4dd5fd6776b2c3aa2781d9a88ebe63dcb241840ecce86078e02137ddb0ca",
    strip_prefix = "rules_gazebo-v0.0.9",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.9/rules_gazebo-v0.0.9.tar.gz",
)

Full Changelog: v0.0.7...v0.0.9

v0.0.8

10 Nov 16:25
0db6d0b

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.8")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "3946188cf347ba5a95b94621ae1fb0a4fd6ba3d48840cf2a62cc13bf396bb16e",
    strip_prefix = "rules_gazebo-v0.0.8",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.8/rules_gazebo-v0.0.8.tar.gz",
)

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Nov 16:18
e4223d0

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.7")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "8773e024a79ef165497c0d102ab113cdc58c29550a8ebebba97a75dbe34ad341",
    strip_prefix = "rules_gazebo-v0.0.7",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.7/rules_gazebo-v0.0.7.tar.gz",
)

What's Changed

  • chore(deps): update dependency buildifier_prebuilt to v8.2.0.2 by @renovate[bot] in #20
  • chore(deps): update dependency bazel to v8.3.0 by @renovate[bot] in #22
  • chore(deps): update dependency rules_cc to v0.1.2 by @renovate[bot] in #21
  • chore(deps): update bazel-contrib/publish-to-bcr action to v0.2.2 by @renovate[bot] in #23
  • chore(deps): update dependency bazel_skylib to v1.8.0 by @renovate[bot] in #25
  • chore(deps): update dependency bazel to v8.3.1 by @renovate[bot] in #24
  • chore(deps): update dependency rules_cc to v0.1.3 by @renovate[bot] in #27
  • chore(deps): update dependency bazel_skylib to v1.8.1 by @renovate[bot] in #26
  • chore(deps): update bazel-contrib/.github action to v7.2.3 by @renovate[bot] in #28
  • chore(deps): update dependency rules_cc to v0.1.4 by @renovate[bot] in #29
  • chore(deps): update dependency rules_cc to v0.2.0 by @renovate[bot] in #30
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #31
  • chore(deps): update bazel-contrib/publish-to-bcr action to v0.2.3 by @renovate[bot] in #32
  • chore(deps): update dependency bazel to v8.4.0 by @renovate[bot] in #34
  • chore(deps): update dependency rules_cc to v0.2.4 by @renovate[bot] in #33
  • chore(deps): update bazel-contrib/publish-to-bcr action to v1 by @renovate[bot] in #35
  • chore(deps): update dependency rules_cc to v0.2.8 by @renovate[bot] in #36
  • chore(deps): update dependency bazel to v8.4.1 by @renovate[bot] in #37
  • chore(deps): update dependency bazel_skylib to v1.8.2 by @renovate[bot] in #38
  • chore(deps): update dependency rules_cc to v0.2.9 by @renovate[bot] in #40
  • chore(deps): update dependency bazel to v8.4.2 by @renovate[bot] in #39
  • chore(deps): update dependency rules_cc to v0.2.10 by @renovate[bot] in #41
  • chore(deps): update dependency rules_cc to v0.2.11 by @renovate[bot] in #42
  • chore(deps): update dependency rules_cc to v0.2.12 by @renovate[bot] in #43
  • chore(deps): update dependency rules_cc to v0.2.13 by @renovate[bot] in #44
  • chore(deps): update dependency buildifier_prebuilt to v8.2.1 by @renovate[bot] in #45
  • chore(deps): update dependency rules_cc to v0.2.14 by @renovate[bot] in #46

Full Changelog: v0.0.6...v0.0.7

v0.0.6

06 Jun 15:48

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.6")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "2664eaca22c641e7b44ab5a1a007bb664f6f8f6bcdbc06854a4995eb9249c57f",
    strip_prefix = "rules_gazebo-v0.0.6",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.6/rules_gazebo-v0.0.6.tar.gz",
)

What's Changed

  • chore(deps): update dependency buildifier_prebuilt to v8.2.0 by @renovate in #18
  • Add helper rule to generate lumped header file by @shameekganguly in #19

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 May 21:01
5d98817

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.5")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "59f818a04c6c31f22192fcd4621ceb59800ac0f3181225b617bc382fa57c7099",
    strip_prefix = "rules_gazebo-v0.0.5",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.5/rules_gazebo-v0.0.5.tar.gz",
)

Full Changelog: v0.0.4...v0.0.5

v0.0.4

28 May 20:49
75c5bcb

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.4")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "a5389a3eec0bc5668527b9a2fbaece922a030671a04773b0df6ae3fb111d9cf0",
    strip_prefix = "rules_gazebo-v0.0.4",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.4/rules_gazebo-v0.0.4.tar.gz",
)

v0.0.3

28 May 19:36
870f62f

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "v0.0.3")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "0244530a4cd6348ff394b29ffba657996a5f221ac1e18418b69951c0898f1102",
    strip_prefix = "rules_gazebo-v0.0.3",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.3/rules_gazebo-v0.0.3.tar.gz",
)

What's Changed

New Contributors

Full Changelog: 0.0.2...v0.0.3

0.0.2

03 Oct 18:53
b33a38f

Choose a tag to compare

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "0.0.2")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "3c0e46cb90987ab0966baa8df9ca2bd0177f76910b4f4f28d449a016ad7cfda6",
    strip_prefix = "rules_gazebo-0.0.2",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/0.0.2/rules_gazebo-0.0.2.tar.gz",
)

What's Changed

New Contributors

Full Changelog: https://github.com/gazebosim/rules_gazebo/commits/0.0.2

0.0.1

30 Sep 22:02
af0e11b

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "0.0.1")

What's Changed

New Contributors

Full Changelog: https://github.com/gazebosim/rules_gazebo/commits/0.0.1