aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2019-10-04 14:55:59 -0400
committerGitHub <noreply@github.com>2019-10-04 14:55:59 -0400
commite5cf5398cd3e01d5552ed1056aafc06f92adb374 (patch)
tree57902eb105ef60e84cdce0ad1ac4d29ff6726b29 /version.bzl
parentf1475299afd41815c78c3768253468ea622669f3 (diff)
downloadbazel-skylib-e5cf5398cd3e01d5552ed1056aafc06f92adb374.tar.gz
Update version and changelog in prep for 1.0.0 release (#196)upstream/1.0.0
* -Update changelog to get ready for release 1.0 -Change README to point to releases page for WORKSPACE setup. Otherwise the readme shipped in the archive can never be in sync with the readme that has the correct sha256. * update incompatible changes * -Update changelog to get ready for release 1.0 -Change README to point to releases page for WORKSPACE setup. Otherwise the readme shipped in the archive can never be in sync with the readme that has the correct sha256. * fix wording of changelog * remove false file
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.bzl b/version.bzl
index 1d02870..de87db0 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazel-skylib."""
-version = "0.10.0"
+version = "1.0.0"