Skip to content

Commit 851371d

Browse files
committed
🚀 releasing version 3.0.7 @ 2023-01-25 19:09
[skip ci]
1 parent 76bfdb4 commit 851371d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+176
-143
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
SPDX-License-Identifier: Apache-2.0
44
-->
55
# Changelog
@@ -17,6 +17,18 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
1717

1818
[//]: # (begin_release_notes)
1919

20+
"3.0.7" (2023-01-25)
21+
====================
22+
23+
Bugfixes
24+
--------
25+
26+
- Fix `spdx-tools` version as breaking changes were introduced See https://github.com/spdx/tools-python/releases/tag/v0.7.0. (#202301251550)
27+
- Dependency upgrade: coverage-7.0.1 (#20221226071741)
28+
- Dependency upgrade: coverage-7.1.0 (#20230125170456)
29+
- Dependency upgrade: fetch-metadata-1.3.6 (#20230125170612)
30+
31+
2032
"3.0.6" (2022-12-23)
2133
====================
2234

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""The version number is based on semantic versioning.
@@ -10,8 +10,8 @@
1010
1111
This file is autogenerated, do not modify by hand.
1212
"""
13-
__version__ = "3.0.6"
14-
COMMIT = "f3868b99776f39851113d7275ad3922ca507acd1"
13+
__version__ = "3.0.7"
14+
COMMIT = "76bfdb419b674ab645ddfbba05ac0ef061b50c0b"
1515
MAJOR = 3
1616
MINOR = 0
17-
PATCH = 6
17+
PATCH = 7

docs/assert_news.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.assert_news</code></h
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Checks if valid news files are created for changes in the project.&#34;&#34;&#34;

docs/create_news_file.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -34,7 +34,7 @@ <h2 id="usage">Usage</h2>
3434
<span>Expand source code</span>
3535
</summary>
3636
<pre><code class="python">#
37-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
37+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3838
# SPDX-License-Identifier: Apache-2.0
3939
#
4040
&#34;&#34;&#34;Easy news files generation.

docs/generate_docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.generate_docs</code><
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Generates documentation.&#34;&#34;&#34;

docs/generate_news.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.generate_news</code><
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Handles usage of towncrier for automated changelog generation and pyautoversion for versioning.&#34;&#34;&#34;

docs/get_config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.get_config</code></h1
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Retrieves configuration values.&#34;&#34;&#34;

docs/get_version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.get_version</code></h
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Determine the project new version.&#34;&#34;&#34;

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Package <code>continuous_delivery_scripts</code></h1>
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Scripts and utilities used by the CI pipeline.&#34;&#34;&#34;

docs/language_specifics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
-- Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
33
-- SPDX-License-Identifier: Apache-2.0
44
-->
55
<!doctype html>
@@ -32,7 +32,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.language_specifics</c
3232
<span>Expand source code</span>
3333
</summary>
3434
<pre><code class="python">#
35-
# Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
35+
# Copyright (C) 2020-2023 Arm Limited or its affiliates and Contributors. All rights reserved.
3636
# SPDX-License-Identifier: Apache-2.0
3737
#
3838
&#34;&#34;&#34;Language plugins Loader.&#34;&#34;&#34;

0 commit comments

Comments
 (0)