Skip to content

Releases: rtbot-dev/rtbot

v0.4.6

19 Jan 05:33
9bcb326

Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

19 Jan 05:15
befb1af

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

19 Jan 04:59
cb22ed3

Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

13 Jan 17:52
6b3ddd2

Choose a tag to compare

What's Changed

  • feat(rtbot) upgrade release.yaml to use artifact V4 by @techlias in #100

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Jan 06:09
59a6ed7

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Jan 02:39
43f32f6

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Jan 21:50
404eabb

Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.4.0

v0.3.7

11 Dec 08:22
9d0adcb

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

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

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