summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Collins <ccollins@apache.org>2016-05-19 07:22:15 -0700
committerChristopher Collins <ccollins@apache.org>2016-05-19 07:22:15 -0700
commit81018302decee7d8275713b22859c9486ac80bd7 (patch)
tree66330f79c6fd20e4bb6c044ba3fbf7d562aec8ae
parent95bd6db42cb97cae973519243732a94664d58cdb (diff)
Add 0.9.0 to repository.yml.
0-latest still points to 0.8.0. We won't change this until 0.9.0 is officially released. However, this change adds the "0.9-latest" and "0.9.0" labels for people to try out.
-rw-r--r--repository.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/repository.yml b/repository.yml
index 614c7b64..71ceed58 100644
--- a/repository.yml
+++ b/repository.yml
@@ -22,6 +22,8 @@ repo.versions:
"0.0.0": "develop"
"0.7.9": "mynewt_0_8_0_b2_tag"
"0.8.0": "mynewt_0_8_0_tag"
+ "0.9.0": "mynewt_0_9_0_tag"
"0-latest": "0.8.0"
"0-dev": "0.0.0"
"0.8-latest": "0.8.0"
+ "0.9-latest": "0.9.0"