Skip to content

Releases: rtbot-dev/rtbot

v0.3.7

11 Dec 08:22
9d0adcb
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "76b39514f045a2bfa326e82afac61ce4df9d9495168ca8ec2cd5773978522af1",
    strip_prefix = "rtbot-0.3.7",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.3.7/rtbot-v0.3.7.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.3.6...v0.3.7

v0.3.1

10 Dec 20:35
dde5ded
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "380fcde07ac1966cac7fe4ee7aaaa4d8cec488e713c229a455d2ff56ed312431",
    strip_prefix = "rtbot-0.3.1",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.3.1/rtbot-v0.3.1.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.3.0...v0.3.1

v0.2.9

10 Dec 16:29
de4b07b
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "1470127a1fc1cd28d019667d90c923eec792dabaa7675ce5770ba52ec00b7eba",
    strip_prefix = "rtbot-0.2.9",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.9/rtbot-v0.2.9.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.2.8...v0.2.9

v0.2.7

10 Dec 16:08
c843594
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "1b1a989604c054ccb410335c92babdf2f5484e9d68d58df8575b430db69cd45d",
    strip_prefix = "rtbot-0.2.7",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.7/rtbot-v0.2.7.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.2.6...v0.2.7

v0.2.0

03 Dec 19:27
36d98be
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "e23a6ea456e045daa826157f6c39a9b2c52db8bedffcc3614db431416f4f9526",
    strip_prefix = "rtbot-0.2.0",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.0/rtbot-v0.2.0.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

What's Changed

New Contributors

Full Changelog: https://github.com/rtbot-dev/rtbot/commits/v0.2.0

v0.1.11

03 Sep 19:39
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "f61e327c78d31f70a82cc7a53cc9f66c3fb2661977d2f5e14742cedd7b580010",
    strip_prefix = "rtbot-0.1.11",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.1.11/rtbot-v0.1.11.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.1.10...v0.1.11

v0.1.10

03 Sep 12:34
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "e59b5dbb9c7b75f5bc068f4b951fc8b800e7aec183130a334508d496ac1e1881",
    strip_prefix = "rtbot-0.1.10",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.1.10/rtbot-v0.1.10.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.1.9...v0.1.10

v0.1.3

01 Sep 15:40
Compare
Choose a tag to compare

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "cec55bdef3dc2c5afb52ead3dd87b34c0a8ada462b280352c9494320f8a109d3",
    strip_prefix = "rtbot-0.1.3",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.1.3/rtbot-v0.1.3.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.1.2...v0.1.3