Skip to content

Commit 05b5cae

Browse files
authored
Release 0.0.2 (#7)
1 parent 57cb0de commit 05b5cae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "rules_verilog",
5-
version = "0.0.1",
5+
version = "0.0.2",
66
)
77

88
bazel_dep(name = "bazel_skylib", version = "1.8.2")

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# rules_verilog
2+
3+
Bazel rules for building and testing [Verilog](https://en.wikipedia.org/wiki/Verilog)/[SystemVerilog](https://en.wikipedia.org/wiki/SystemVerilog).
4+
5+
## Documentation
6+
7+
Documentation can be found at <https://periareon.github.io/rules_verilog/>

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""rules_verilog version"""
22

3-
VERSION = "0.0.1"
3+
VERSION = "0.0.2"

0 commit comments

Comments
 (0)