Skip to content

Commit 828b84d

Browse files
committed
Prepare for Apache Mynewt 1.14.0 release
1 parent 38927aa commit 828b84d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Mynewt
2-
Copyright 2015-2024 The Apache Software Foundation
2+
Copyright 2015-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RELEASE NOTES
22

3-
13 November 2024 - Apache Mynewt v1.13.0
3+
15 December 2025 - Apache Mynewt v1.14.0
44

55
For full release notes, please visit the
66
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).

repository.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ repo.versions:
4141
"1.11.0": "mynewt_1_11_0_tag"
4242
"1.12.0": "mynewt_1_12_0_tag"
4343
"1.13.0": "mynewt_1_13_0_tag"
44+
"1.14.0": "mynewt_1_14_0_tag"
4445

4546
"0-latest": "1.13.0"
4647
"1-latest": "1.13.0"
@@ -62,6 +63,7 @@ repo.versions:
6263
"1.11-latest": "1.11.0"
6364
"1.12-latest": "1.12.0"
6465
"1.13-latest": "1.13.0"
66+
"1.14-latest": "1.14.0"
6567

6668
repo.newt_compatibility:
6769
# Allow all versions for 0.0.0. This is a workaround to prevent a warning
@@ -81,6 +83,9 @@ repo.newt_compatibility:
8183
# Core 1.11.0+ requires newt 1.11.0+ (feature: external modules)
8284
# Core 1.12.0+ requires newt 1.12.0+ (feature: generated linked scripts)
8385
# Core 1.13.0+ requires newt 1.13.0+ (feature: modlog module name generation)
86+
# Core 1.14.0+ requires newt 1.14.0+ (feature: whole_archive)
87+
1.14.0:
88+
1.14.0: good
8489
1.13.0:
8590
1.13.0: good
8691
1.12.0:
@@ -128,6 +133,7 @@ repo.deps:
128133
mynewt_1_11_0_tag: 1.6.0
129134
mynewt_1_12_0_tag: 1.7.0
130135
mynewt_1_13_0_tag: 1.8.0
136+
mynewt_1_14_0_tag: 1.9.0
131137

132138
mcuboot:
133139
type: github
@@ -143,6 +149,7 @@ repo.deps:
143149
mynewt_1_11_0_tag: 1.10.0
144150
mynewt_1_12_0_tag: 2.0.0
145151
mynewt_1_13_0_tag: 2.1.0
152+
mynewt_1_14_0_tag: 2.1.0
146153

147154
apache-mynewt-mcumgr:
148155
type: github
@@ -156,3 +163,4 @@ repo.deps:
156163
mynewt_1_11_0_tag: 0.4.0
157164
mynewt_1_12_0_tag: 0.4.0
158165
mynewt_1_13_0_tag: 0.5.0
166+
mynewt_1_14_0_tag: 0.6.0

0 commit comments

Comments
 (0)