Christopher Collins | 7244ed8 | 2016-12-12 17:51:28 -0800 | [diff] [blame] | 1 | # |
| 2 | # Licensed to the Apache Software Foundation (ASF) under one |
| 3 | # or more contributor license agreements. See the NOTICE file |
| 4 | # distributed with this work for additional information |
| 5 | # regarding copyright ownership. The ASF licenses this file |
| 6 | # to you under the Apache License, Version 2.0 (the |
| 7 | # "License"); you may not use this file except in compliance |
| 8 | # with the License. You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, |
| 13 | # software distributed under the License is distributed on an |
| 14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | # KIND, either express or implied. See the License for the |
| 16 | # specific language governing permissions and limitations |
| 17 | # under the License. |
| 18 | # |
| 19 | |
| 20 | repo.name: mcuboot |
Fabio Utzig | 19df5c4 | 2020-02-25 06:47:24 -0300 | [diff] [blame] | 21 | repo.submodules: "" |
Christopher Collins | 7244ed8 | 2016-12-12 17:51:28 -0800 | [diff] [blame] | 22 | repo.versions: |
David Brown | fe0bfcf | 2021-05-14 10:12:10 -0600 | [diff] [blame] | 23 | "0.0.0": "main" |
Fabio Utzig | fe9dd96 | 2018-02-16 14:56:20 -0200 | [diff] [blame] | 24 | "0.9.0": "v0.9.0" |
| 25 | "1.0.0": "v1.0.0" |
| 26 | "1.1.0": "v1.1.0" |
Fabio Utzig | 203d74f | 2018-07-25 13:32:33 -0300 | [diff] [blame] | 27 | "1.2.0": "v1.2.0" |
David Brown | adf5782 | 2019-02-04 12:57:18 -0700 | [diff] [blame] | 28 | "1.3.0": "v1.3.0" |
Szymon Janc | 7fea846 | 2019-07-04 14:45:52 +0200 | [diff] [blame] | 29 | "1.3.1": "v1.3.1" |
David Brown | ac55554 | 2019-10-17 14:58:18 -0600 | [diff] [blame] | 30 | "1.4.0": "v1.4.0" |
Fabio Utzig | 310af87 | 2020-02-19 08:40:16 -0300 | [diff] [blame] | 31 | "1.5.0": "v1.5.0" |
David Brown | 50d24a5 | 2020-05-22 10:23:42 -0600 | [diff] [blame] | 32 | "1.6.0": "v1.6.0" |
Andrzej Puzdrowski | a8e12da | 2020-11-25 15:59:22 +0100 | [diff] [blame] | 33 | "1.7.0": "v1.7.0" |
Szymon Janc | 1de4877 | 2021-03-24 15:40:06 +0100 | [diff] [blame] | 34 | "1.7.1": "v1.7.1" |
| 35 | "1.7.2": "v1.7.2" |
David Brown | 29099e1 | 2021-10-12 09:52:18 -0600 | [diff] [blame] | 36 | "1.8.0": "v1.8.0" |
David Brown | cb9b6da | 2022-03-02 15:22:27 -0700 | [diff] [blame] | 37 | "1.9.0": "v1.9.0" |
Szymon Janc | 6021d60 | 2023-04-17 11:32:19 +0200 | [diff] [blame] | 38 | "1.10.0": "v1.10.0" |
Christopher Collins | 7244ed8 | 2016-12-12 17:51:28 -0800 | [diff] [blame] | 39 | |
David Brown | fe0bfcf | 2021-05-14 10:12:10 -0600 | [diff] [blame] | 40 | "0-dev": "0.0.0" # main |
Szymon Janc | 6021d60 | 2023-04-17 11:32:19 +0200 | [diff] [blame] | 41 | "0-latest": "1.10.0" # latest stable release |
| 42 | "1-latest": "1.10.0" # latest stable release |
Fabio Utzig | 07d65c9 | 2018-01-09 16:15:41 -0200 | [diff] [blame] | 43 | |
Szymon Janc | 6021d60 | 2023-04-17 11:32:19 +0200 | [diff] [blame] | 44 | "1.0-latest": "1.10.0" |