mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-04 11:53:55 +00:00
docs(changelog): changelog for v2.12 release
Generated this change-log using below command: npm run release -- --skip.commit --skip.tag --release-as 2.12.0 Change-Id: Idb74f6a31bf2691e7666e2738030d6f0e2b8c519 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
This commit is contained in:
parent
e614ba3484
commit
07a6a65443
7 changed files with 1044 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@
|
|||
# Trusted Firmware Version
|
||||
#
|
||||
VERSION_MAJOR := 2
|
||||
VERSION_MINOR := 11
|
||||
VERSION_MINOR := 12
|
||||
# VERSION_PATCH is only used for LTS releases
|
||||
VERSION_PATCH := 0
|
||||
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
|
||||
|
|
1035
docs/change-log.md
1035
docs/change-log.md
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
|
||||
# Copyright (c) 2019-2024, Arm Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -14,8 +14,8 @@
|
|||
|
||||
project = "Trusted Firmware-A"
|
||||
author = "Trusted Firmware-A contributors"
|
||||
version = "2.11.0"
|
||||
release = "2.11.0"
|
||||
version = "2.12.0"
|
||||
release = "2.12.0"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "trusted-firmware-a"
|
||||
version = "2.11.0"
|
||||
version = "2.12.0"
|
||||
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
||||
authors = ["Arm Ltd."]
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "conventional-changelog-tf-a",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue