aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Bullard <1380687+gamebox@users.noreply.github.com>2020-03-28 09:17:44 -0500
committerLouis Pilfold <louis@lpil.uk>2020-03-28 21:33:09 +0000
commit4bd53f205b08c68fdcabd97719d0d912021852d7 (patch)
tree0c8e7f2834cabc25183accbeaeb76294c6de0aef /README.md
parent61492947521a159724ec3c71c88120a22e6cd4cb (diff)
downloadgleam_stdlib-4bd53f205b08c68fdcabd97719d0d912021852d7.tar.gz
gleam_stdlib-4bd53f205b08c68fdcabd97719d0d912021852d7.zip
Add status badges to README.md
Master, current release, and next release
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 976b90d..3ec7fb4 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
<a href="https://github.com/gleam-lang/stdlib/releases"><img src="https://img.shields.io/github/release/gleam-lang/stdlib" alt="GitHub release"></a>
<a href="https://webchat.freenode.net/#gleam-lang"><img src="https://img.shields.io/badge/freenode%20chat-%23gleam--lang-blue" alt="IRC: #gleam-lang on chat.freenode.net"></a>
-
+Master ![CI](https://github.com/gleam-lang/stdlib/workflows/CI/badge.svg?branch=master)
+v0.7 ![CI](https://github.com/gleam-lang/stdlib/workflows/CI/badge.svg?branch=v0.7.0)
+v0.8 ![CI](https://github.com/gleam-lang/stdlib/workflows/CI/badge.svg?branch=gleam-0.8.0)
Gleam's standard library!