Skip to content

Releases: iocat/rules_gleam

v0.1.14

03 Nov 02:38
836ee66

Choose a tag to compare

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_gleam", version = "0.1.14")

# Next, follow the instructions at
# https://github.com/iocat/rules_gleam/blob/v0.1.14/README.md

v0.1.13

26 Oct 07:40

Choose a tag to compare

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_gleam", version = "0.1.13")

# Next, follow the instructions at
# https://github.com/iocat/rules_gleam/blob/v0.1.13/README.md

v0.1.12

20 Oct 00:46

Choose a tag to compare

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_gleam", version = "0.1.12")

# Next, follow the instructions at
# https://github.com/iocat/rules_gleam/blob/v0.1.12/README.md

v0.1.11

07 Oct 09:59

Choose a tag to compare

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_gleam", version = "0.1.11")

# Next, follow the instructions at
# https://github.com/iocat/rules_gleam/blob/v0.1.11/README.md

v0.1.10

07 Oct 09:38

Choose a tag to compare

new rules_gleam release prep

v0.1.9

07 Oct 09:32

Choose a tag to compare

chmod +x .github/workflows/release_prep.sh