mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +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
|
# Trusted Firmware Version
|
||||||
#
|
#
|
||||||
VERSION_MAJOR := 2
|
VERSION_MAJOR := 2
|
||||||
VERSION_MINOR := 11
|
VERSION_MINOR := 12
|
||||||
# VERSION_PATCH is only used for LTS releases
|
# VERSION_PATCH is only used for LTS releases
|
||||||
VERSION_PATCH := 0
|
VERSION_PATCH := 0
|
||||||
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
|
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 -*-
|
# -*- 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
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
project = "Trusted Firmware-A"
|
project = "Trusted Firmware-A"
|
||||||
author = "Trusted Firmware-A contributors"
|
author = "Trusted Firmware-A contributors"
|
||||||
version = "2.11.0"
|
version = "2.12.0"
|
||||||
release = "2.11.0"
|
release = "2.12.0"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "trusted-firmware-a",
|
"name": "trusted-firmware-a",
|
||||||
"version": "2.11.0",
|
"version": "2.12.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "trusted-firmware-a",
|
"name": "trusted-firmware-a",
|
||||||
"version": "2.11.0",
|
"version": "2.12.0",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.0.0",
|
"@commitlint/cli": "^19.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "trusted-firmware-a",
|
"name": "trusted-firmware-a",
|
||||||
"version": "2.11.0",
|
"version": "2.12.0",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "trusted-firmware-a"
|
name = "trusted-firmware-a"
|
||||||
version = "2.11.0"
|
version = "2.12.0"
|
||||||
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
||||||
authors = ["Arm Ltd."]
|
authors = ["Arm Ltd."]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "conventional-changelog-tf-a",
|
"name": "conventional-changelog-tf-a",
|
||||||
"version": "2.11.0",
|
"version": "2.12.0",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue