Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version files for 2.0.0 #1842

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[travis]: https://travis-ci.org/mcu-tools/mcuboot
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE

This is MCUboot version 2.0.0-rc1
This is MCUboot version 2.0.0

MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
common infrastructure for the bootloader and the system flash layout on
Expand Down
2 changes: 1 addition & 1 deletion boot/zephyr/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VERSION_MAJOR = 2
VERSION_MINOR = 0
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = rc1
EXTRAVERSION =
1 change: 0 additions & 1 deletion docs/release-notes.d/espressif-updates.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function `boot_save_shared_data`.
partitions.
- Serial recovery with MBEDTLS no longer has undefined operations which
led to usage faults when the secondary slot image was encrypted.
- espressif: allow the use of a different toolchain for building

## Version 1.10.0

Expand Down
9 changes: 6 additions & 3 deletions repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ repo.versions:
"1.8.0": "v1.8.0"
"1.9.0": "v1.9.0"
"1.10.0": "v1.10.0"
"2.0.0": "v2.0.0"

"0-dev": "0.0.0" # main
"0-latest": "1.10.0" # latest stable release
"1-latest": "1.10.0" # latest stable release
"0-latest": "2.0.0" # latest stable release
"1-latest": "1.11.0"
"2-latest": "2.0.0"

"1.0-latest": "1.10.0"
"1.0-latest": "1.11.0"
"2.0-latest": "2.0.0"
2 changes: 1 addition & 1 deletion scripts/imgtool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

imgtool_version = "2.0.0rc1"
imgtool_version = "2.0.0"
Loading