Skip to content

Commit 61e1bda

Browse files
committed
🚀 releasing version 2.5.0 @ 2021-08-13 13:08
[skip ci]
1 parent dd6ae87 commit 61e1bda

File tree

7 files changed

+45
-7
lines changed

7 files changed

+45
-7
lines changed

CHANGELOG.md

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

1818
[//]: # (begin_release_notes)
1919

20+
"2.5.0" (2021-08-13)"2.5.0" (2021-08-13)
21+
====================
22+
23+
Features
24+
--------
25+
26+
- Added a [pre-commit](https://pre-commit.com) hook for ease of use in other repositories (#202108131306)
27+
28+
29+
Bugfixes
30+
--------
31+
32+
- Dependency upgrade: towncrier-21.3.0 (#202108110250)
33+
34+
2035
"2.4.0" (2021-08-12)
2136
====================
2237

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__ = "2.4.0"
14-
COMMIT = "ae3e2e0ca05bd4c1e0dc1a2fc29dc06063fab6d4"
13+
__version__ = "2.5.0"
14+
COMMIT = "dd6ae87f1e024b6f4ff5aecc949fa4a4d7021627"
1515
MAJOR = 2
16-
MINOR = 4
16+
MINOR = 5
1717
PATCH = 0

docs/third_party_IP_report.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ True,certifi,True,https://certifiio.readthedocs.io/en/latest/,MPL-2.0,Licence is
88
True,cffi,True,http://cffi.readthedocs.org,MIT,Licence is compliant.
99
True,charset-normalizer,True,https://github.com/ousret/charset_normalizer,MIT,Licence is compliant.
1010
True,click,True,https://palletsprojects.com/p/click/,BSD-3-Clause,Licence is compliant.
11+
True,click-default-group,True,https://github.com/sublee/click-default-group/,0BSD,Licence is compliant.
1112
True,colorama,True,https://github.com/tartley/colorama,0BSD,Licence is compliant.
1213
True,continuous-delivery-scripts,False,https://github.com/ARMmbed/continuous-delivery-scripts,Apache-2.0,Licence is compliant.
1314
True,cryptography,True,https://github.com/pyca/cryptography,0BSD OR Apache-2.0,Licence is compliant.

docs/third_party_IP_report.html

Lines changed: 18 additions & 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>2021-08-12 08:35:46.201373</i></p>
68+
<p><i>2021-08-13 13:08:41.223298</i></p>
6969
<h2>Summary</h2>
7070
<table>
7171
<thead>
@@ -239,6 +239,23 @@ <h2>Package licences</h2>
239239
<td style="text-align:center">
240240
<span style="color: ;">BSD-3-Clause</span>
241241

242+
</td>
243+
<td style="text-align:center">
244+
Licence is compliant.
245+
</td>
246+
</tr>
247+
<tr>
248+
<td style="text-align:center"></td>
249+
<td style="text-align:center">
250+
click-default-group
251+
</td>
252+
<td style="text-align:center">Y</td>
253+
<td style="text-align:center">
254+
https://github.com/sublee/click-default-group/
255+
</td>
256+
<td style="text-align:center">
257+
<span style="color: ;">0BSD</span>
258+
242259
</td>
243260
<td style="text-align:center">
244261
Licence is compliant.

docs/third_party_IP_report.txt

Lines changed: 8 additions & 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-
2021-08-12 08:35:46.201373
3+
2021-08-13 13:08:41.223298
44

55
# Summary:
66
Licence compliance: Compliant
@@ -71,6 +71,13 @@
7171
Licence: BSD-3-Clause
7272
Licence compliance: Licence is compliant.
7373

74+
- click-default-group:
75+
[X] Compliant?
76+
[X] Dependency?
77+
URL: https://github.com/sublee/click-default-group/
78+
Licence: 0BSD
79+
Licence compliance: Licence is compliant.
80+
7481
- colorama:
7582
[X] Compliant?
7683
[X] Dependency?

news/202108110250.bugfix

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

news/202108131306.feature

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

0 commit comments

Comments
 (0)