aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.