Skip to content

Commit 2fe5dec

Browse files
committed
🚀 releasing version 3.2.0 @ 2023-03-01 15:02
[skip ci]
1 parent b8e85ab commit 2fe5dec

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://gi
1717

1818
[//]: # (begin_release_notes)
1919

20+
"3.2.0" (2023-03-01)
21+
====================
22+
23+
Features
24+
--------
25+
26+
- :bug: Fixed news file automatic creation for dependency updates (#20230301144720)
27+
28+
29+
Misc
30+
----
31+
32+
- #202303011436
33+
2034

2135
Features
2236
--------

continuous_delivery_scripts/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
This file is autogenerated, do not modify by hand.
1212
"""
13-
__version__ = "3.1.0"
14-
COMMIT = "e6a032c1434a9945d1d49843fc519d50a2e50283"
13+
__version__ = "3.2.0"
14+
COMMIT = "b8e85ab7e9d654882a35647095d8e51e4e7773fb"
1515
MAJOR = 3
16-
MINOR = 1
16+
MINOR = 2
1717
PATCH = 0

docs/assert_news.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h1 class="title">Module <code>continuous_delivery_scripts.assert_news</code></h
153153
logger.info(f&#34;Generating a news file with content: {message}...&#34;)
154154
return create_news_file(
155155
str(news_dir),
156+
None,
156157
message,
157158
configuration.get_value(ConfigurationVariable.DEPENDENCY_UPDATE_NEWS_TYPE),
158159
)
@@ -294,6 +295,7 @@ <h2 id="args">Args</h2>
294295
logger.info(f&#34;Generating a news file with content: {message}...&#34;)
295296
return create_news_file(
296297
str(news_dir),
298+
None,
297299
message,
298300
configuration.get_value(ConfigurationVariable.DEPENDENCY_UPDATE_NEWS_TYPE),
299301
)</code></pre>

docs/third_party_IP_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</head>
6666
<body>
6767
<h1>Project's 3rd party IP report</h1>
68-
<p><i>2023-03-01 14:30:50.921371</i></p>
68+
<p><i>2023-03-01 15:02:15.486066</i></p>
6969
<h2>Summary</h2>
7070
<table>
7171
<thead>

docs/third_party_IP_report.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3rd party IP report for continuous-delivery-scripts
22

3-
2023-03-01 14:30:50.921371
3+
2023-03-01 15:02:15.486066
44

55
# Summary:
66
Licence compliance: Not compliant

news/202303011436.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/20230301144720.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)