From 79e40acafe09bc7cbb09556fd6d6b389d5b77d5c Mon Sep 17 00:00:00 2001 From: Bazel Release System Date: Tue, 8 Sep 2015 23:38:00 +0200 Subject: 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. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3