Skip to content

Commit

Permalink
Updates for a 0.4.0 release (#306)
Browse files Browse the repository at this point in the history
- bump version
- Open visibility of WORKSPACE because Bazel's integration tests
  insist that it be visible to //src:test_repos.
  • Loading branch information
aiuto authored Mar 3, 2021
1 parent de2c047 commit 19d910b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ filegroup(

exports_files(
["WORKSPACE"],
visibility = ["//distro:__pkg__"],
visibility = ["//visibility:public"],
)

py_library(
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""

version = "0.3.0"
version = "0.4.0"

0 comments on commit 19d910b

Please sign in to comment.