Skip to content

Commit 57b9545

Browse files
committed
Release v0.2.2
1 parent 2df9e80 commit 57b9545

File tree

9 files changed

+286
-37
lines changed

9 files changed

+286
-37
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"
@@ -202,7 +206,7 @@ jobs:
202206
# Publish package to npm:
203207
- name: 'Publish package to npm'
204208
# Pin action to full length commit SHA
205-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
206210
with:
207211
token: ${{ secrets.NPM_TOKEN }}
208212
access: public

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 243 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,246 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/blas-ext-base-dnannsumpw/releases) for the changelog.
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
16+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
17+
- [`430a72b`](https://github.com/stdlib-js/stdlib/commit/430a72b28eac37834cfb1b002078fbe372d656b7) - **refactor:** update `blas/ext/base/dnannsumpw` to follow current project conventions _(by naveen, Philipp Burckhardt)_
18+
19+
</details>
20+
21+
</section>
22+
23+
<!-- /.commits -->
24+
25+
<section class="contributors">
26+
27+
### Contributors
28+
29+
A total of 3 people contributed to this release. Thank you to the following contributors:
30+
31+
- Athan Reines
32+
- Philipp Burckhardt
33+
- naveen
34+
35+
</section>
36+
37+
<!-- /.contributors -->
38+
39+
</section>
40+
41+
<!-- /.release -->
42+
43+
<section class="release" id="v0.2.1">
44+
45+
## 0.2.1 (2024-02-24)
46+
47+
No changes reported for this release.
48+
49+
</section>
50+
51+
<!-- /.release -->
52+
53+
<section class="release" id="v0.2.0">
54+
55+
## 0.2.0 (2024-02-14)
56+
57+
<section class="commits">
58+
59+
### Commits
60+
61+
<details>
62+
63+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
64+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
65+
66+
</details>
67+
68+
</section>
69+
70+
<!-- /.commits -->
71+
72+
<section class="contributors">
73+
74+
### Contributors
75+
76+
A total of 1 person contributed to this release. Thank you to this contributor:
77+
78+
- Philipp Burckhardt
79+
80+
</section>
81+
82+
<!-- /.contributors -->
83+
84+
</section>
85+
86+
<!-- /.release -->
87+
88+
<section class="release" id="v0.1.0">
89+
90+
## 0.1.0 (2023-09-23)
91+
92+
<section class="features">
93+
94+
### Features
95+
96+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
97+
98+
</section>
99+
100+
<!-- /.features -->
101+
102+
<section class="breaking-changes">
103+
104+
### BREAKING CHANGES
105+
106+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
107+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
108+
109+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
110+
111+
</section>
112+
113+
<!-- /.breaking-changes -->
114+
115+
<section class="commits">
116+
117+
### Commits
118+
119+
<details>
120+
121+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
122+
- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
123+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
124+
125+
</details>
126+
127+
</section>
128+
129+
<!-- /.commits -->
130+
131+
<section class="contributors">
132+
133+
### Contributors
134+
135+
A total of 2 people contributed to this release. Thank you to the following contributors:
136+
137+
- Athan Reines
138+
- Philipp Burckhardt
139+
140+
</section>
141+
142+
<!-- /.contributors -->
143+
144+
</section>
145+
146+
<!-- /.release -->
147+
148+
<section class="release" id="v0.0.10">
149+
150+
## 0.0.10 (2022-08-29)
151+
152+
No changes reported for this release.
153+
154+
</section>
155+
156+
<!-- /.release -->
157+
158+
<section class="release" id="v0.0.9">
159+
160+
## 0.0.9 (2022-07-08)
161+
162+
No changes reported for this release.
163+
164+
</section>
165+
166+
<!-- /.release -->
167+
168+
<section class="release" id="v0.0.8">
169+
170+
## 0.0.8 (2022-07-07)
171+
172+
No changes reported for this release.
173+
174+
</section>
175+
176+
<!-- /.release -->
177+
178+
<section class="release" id="v0.0.7">
179+
180+
## 0.0.7 (2022-02-16)
181+
182+
No changes reported for this release.
183+
184+
</section>
185+
186+
<!-- /.release -->
187+
188+
<section class="release" id="v0.0.6">
189+
190+
## 0.0.6 (2021-08-22)
191+
192+
No changes reported for this release.
193+
194+
</section>
195+
196+
<!-- /.release -->
197+
198+
<section class="release" id="v0.0.5">
199+
200+
## 0.0.5 (2021-07-07)
201+
202+
No changes reported for this release.
203+
204+
</section>
205+
206+
<!-- /.release -->
207+
208+
<section class="release" id="v0.0.4">
209+
210+
## 0.0.4 (2021-06-27)
211+
212+
No changes reported for this release.
213+
214+
</section>
215+
216+
<!-- /.release -->
217+
218+
<section class="release" id="v0.0.3">
219+
220+
## 0.0.3 (2021-06-16)
221+
222+
No changes reported for this release.
223+
224+
</section>
225+
226+
<!-- /.release -->
227+
228+
<section class="release" id="v0.0.2">
229+
230+
## 0.0.2 (2021-06-15)
231+
232+
No changes reported for this release.
233+
234+
</section>
235+
236+
<!-- /.release -->
237+
238+
<section class="release" id="v0.0.1">
239+
240+
## 0.0.1 (2021-06-14)
241+
242+
No changes reported for this release.
243+
244+
</section>
245+
246+
<!-- /.release -->
247+

CONTRIBUTORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Frank Kovacs <fran70kk@gmail.com>
2727
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2828
Gunj Joshi <gunjjoshi8372@gmail.com>
2929
Harshita Kalani <harshitakalani02@gmail.com>
30+
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3031
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3132
James Gelok <jdgelok@gmail.com>
3233
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -50,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5051
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5152
NightKnight <Ahmedatwa866@yahoo.com>
5253
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5355
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5456
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5557
Philipp Burckhardt <pburckhardt@outlook.com>
@@ -62,6 +64,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6264
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6365
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6466
Ricky Reusser <rsreusser@gmail.com>
67+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6568
Robert Gislason <gztown2216@yahoo.com>
6669
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6770
Rutam <138517416+performant23@users.noreply.github.com>
@@ -73,7 +76,8 @@ Shivam <11shivam00@gmail.com>
7376
Shraddheya Shendre <shendreshraddheya@gmail.com>
7477
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7578
Shubham Mishra <shubh622005@gmail.com>
76-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
80+
Snehil Shah <snehilshah.989@gmail.com>
7781
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
7882
Spandan Barve <contact@marsian.dev>
7983
Stephannie Jiménez Gacha <steff456@hotmail.com>
@@ -83,6 +87,7 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
8387
Utkarsh <http://utkarsh11105@gmail.com>
8488
Utkarsh Raj <rajutkarsh2505@gmail.com>
8589
Varad Gupta <varadgupta21@gmail.com>
90+
Xiaochuan Ye <tap91624@gmail.com>
8691
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
8792
naveen <stupiddint@gmail.com>
8893
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
267267
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dnannsumpw.svg
268268
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dnannsumpw
269269

270-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=main
271-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:main
270+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=v0.2.2
271+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:v0.2.2
272272

273273
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dnannsumpw/main.svg
274274
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dnannsumpw?branch=main

0 commit comments

Comments
 (0)