aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Bazel Release System <noreply@google.com>2015-09-08 23:38:00 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-08 23:38:00 +0200
commit79e40acafe09bc7cbb09556fd6d6b389d5b77d5c (patch)
treec15ae312cfce7e873681b78d71c81d8e557992bd /CHANGELOG.md
parent2c2e70d0f600cff4ca59e1aae0181c9fb8543df3 (diff)
Release 0.1.0 (2015-09-08)
Baseline: a0881e8 + 87374e6: Make android_binary use a constant, hard-coded, checked-in debug key. + 2984f1c: Adds some safety checks in the Bazel installer + 4e21d90: Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves. + 1ee813e: Fix Groovy rules to work with sandboxing + 8741978: Add initial D rules to Bazel. + 2c2e70d: Fix the installer and fixing the package shiped into binary version of Bazel. Initial release.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000..3bc718d7e0
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+## Release 0.1.0 (2015-09-08)
+
+```
+Baseline: a0881e8
+ + 87374e6: Make android_binary use a constant, hard-coded,
+ checked-in debug key.
+ + 2984f1c: Adds some safety checks in the Bazel installer
+ + 4e21d90: Remove BUILD.glob and incorporate the necessary
+ filegroups into the android_{ndk,sdk}_repository rules
+ themselves.
+ + 1ee813e: Fix Groovy rules to work with sandboxing
+ + 8741978: Add initial D rules to Bazel.
+ + 2c2e70d: Fix the installer and fixing the package shiped into
+ binary version of Bazel.
+```
+
+Initial release.