aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJingwen <jin@users.noreply.github.com>2018-01-12 12:18:55 -0500
committerTony Allevato <tony.allevato@gmail.com>2018-01-12 09:18:55 -0800
commit34d62c4490826f7642843e0617d7fa614994ef79 (patch)
tree9e29a732d7cfbdee1574d1e7e1f98d750642fc99 /README.md
parentf3dd8fd95a7d078cb10fd7fb475b22c3cdbcb307 (diff)
downloadbazel-skylib-34d62c4490826f7642843e0617d7fa614994ef79.tar.gz
Added a lib for version checking and comparison (#13)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfefeda..bd8b873 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ s = shell.quote(p)
* [sets](lib/sets.bzl)
* [shell](lib/shell.bzl)
* [unittest](lib/unittest.bzl)
+* [versions](lib/versions.bzl)
## Writing a new module