Skip to content

Commit 5fdeef3

Browse files
committed
Release v0.2.2
1 parent 5a7c50f commit 5fdeef3

File tree

8 files changed

+282
-38
lines changed

8 files changed

+282
-38
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"

.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 "[email protected]"
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: 237 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,240 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/blas-base-snrm2/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+
- [`38464b7`](https://github.com/stdlib-js/stdlib/commit/38464b74545be9702eda7bae820c40b56e7e7256) - **docs:** remove comments _(by Athan Reines)_
17+
- [`f1576ec`](https://github.com/stdlib-js/stdlib/commit/f1576ec5ade09cd8cd034dc0db8c9f5c7d70e3eb) - **docs:** remove comments _(by Athan Reines)_
18+
- [`705c20b`](https://github.com/stdlib-js/stdlib/commit/705c20bcdb563a2bc24c728d3e2c2ab17eaf7b9e) - **refactor:** use macro for creating doubles _(by Athan Reines)_
19+
- [`7a0f06f`](https://github.com/stdlib-js/stdlib/commit/7a0f06ffa642440ff005516f479d33138aa1505a) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_
20+
- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
21+
22+
</details>
23+
24+
</section>
25+
26+
<!-- /.commits -->
27+
28+
<section class="contributors">
29+
30+
### Contributors
31+
32+
A total of 2 people contributed to this release. Thank you to the following contributors:
33+
34+
- Athan Reines
35+
- Philipp Burckhardt
36+
37+
</section>
38+
39+
<!-- /.contributors -->
40+
41+
</section>
42+
43+
<!-- /.release -->
44+
45+
<section class="release" id="v0.2.1">
46+
47+
## 0.2.1 (2024-02-24)
48+
49+
No changes reported for this release.
50+
51+
</section>
52+
53+
<!-- /.release -->
54+
55+
<section class="release" id="v0.2.0">
56+
57+
## 0.2.0 (2024-02-14)
58+
59+
<section class="bug-fixes">
60+
61+
### Bug Fixes
62+
63+
- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - ensure single-precision arithmetic
64+
- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - add missing include
65+
66+
</section>
67+
68+
<!-- /.bug-fixes -->
69+
70+
<section class="commits">
71+
72+
### Commits
73+
74+
<details>
75+
76+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
77+
- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - **fix:** ensure single-precision arithmetic _(by Athan Reines)_
78+
- [`6103e65`](https://github.com/stdlib-js/stdlib/commit/6103e65700764c322d4317a868ac2b16177bdc58) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_
79+
- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_
80+
- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
81+
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
82+
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
83+
- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - **fix:** add missing include _(by Athan Reines)_
84+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
85+
86+
</details>
87+
88+
</section>
89+
90+
<!-- /.commits -->
91+
92+
<section class="contributors">
93+
94+
### Contributors
95+
96+
A total of 2 people contributed to this release. Thank you to the following contributors:
97+
98+
- Athan Reines
99+
- Philipp Burckhardt
100+
101+
</section>
102+
103+
<!-- /.contributors -->
104+
105+
</section>
106+
107+
<!-- /.release -->
108+
109+
<section class="release" id="v0.1.0">
110+
111+
## 0.1.0 (2023-09-24)
112+
113+
<section class="features">
114+
115+
### Features
116+
117+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
118+
119+
</section>
120+
121+
<!-- /.features -->
122+
123+
<section class="breaking-changes">
124+
125+
### BREAKING CHANGES
126+
127+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
128+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
129+
130+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
131+
132+
</section>
133+
134+
<!-- /.breaking-changes -->
135+
136+
<section class="commits">
137+
138+
### Commits
139+
140+
<details>
141+
142+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
143+
- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
144+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
145+
- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
146+
- [`710ea41`](https://github.com/stdlib-js/stdlib/commit/710ea41e3ed7f1d701cce0fe96d2a2355529b1a9) - **refactor:** update add-on, benchmarks, tests, and examples [(#800)](https://github.com/stdlib-js/stdlib/pull/800) _(by Pranav Goswami, Athan Reines)_
147+
148+
</details>
149+
150+
</section>
151+
152+
<!-- /.commits -->
153+
154+
<section class="contributors">
155+
156+
### Contributors
157+
158+
A total of 3 people contributed to this release. Thank you to the following contributors:
159+
160+
- Athan Reines
161+
- Philipp Burckhardt
162+
- Pranav Goswami
163+
164+
</section>
165+
166+
<!-- /.contributors -->
167+
168+
</section>
169+
170+
<!-- /.release -->
171+
172+
<section class="release" id="v0.0.7">
173+
174+
## 0.0.7 (2022-11-03)
175+
176+
No changes reported for this release.
177+
178+
</section>
179+
180+
<!-- /.release -->
181+
182+
<section class="release" id="v0.0.6">
183+
184+
## 0.0.6 (2022-02-16)
185+
186+
No changes reported for this release.
187+
188+
</section>
189+
190+
<!-- /.release -->
191+
192+
<section class="release" id="v0.0.5">
193+
194+
## 0.0.5 (2021-08-22)
195+
196+
No changes reported for this release.
197+
198+
</section>
199+
200+
<!-- /.release -->
201+
202+
<section class="release" id="v0.0.4">
203+
204+
## 0.0.4 (2021-07-07)
205+
206+
No changes reported for this release.
207+
208+
</section>
209+
210+
<!-- /.release -->
211+
212+
<section class="release" id="v0.0.3">
213+
214+
## 0.0.3 (2021-06-27)
215+
216+
No changes reported for this release.
217+
218+
</section>
219+
220+
<!-- /.release -->
221+
222+
<section class="release" id="v0.0.2">
223+
224+
## 0.0.2 (2021-06-16)
225+
226+
No changes reported for this release.
227+
228+
</section>
229+
230+
<!-- /.release -->
231+
232+
<section class="release" id="v0.0.1">
233+
234+
## 0.0.1 (2021-06-15)
235+
236+
No changes reported for this release.
237+
238+
</section>
239+
240+
<!-- /.release -->
241+

CONTRIBUTORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Frank Kovacs <[email protected]>
2727
Golden Kumar <[email protected]>
2828
Gunj Joshi <[email protected]>
2929
Harshita Kalani <[email protected]>
30+
Hridyanshu <[email protected]>
3031
Jaimin Godhani <[email protected]>
3132
James Gelok <[email protected]>
3233
Jaysukh Makvana <[email protected]>
@@ -50,6 +51,7 @@ Muhammad Haris <[email protected]>
5051
Naresh Jagadeesan <[email protected]>
5152
NightKnight <[email protected]>
5253
Nithin Katta <[email protected]>
54+
Nourhan Hasan <[email protected]>
5355
Ognjen Jevremović <[email protected]>
5456
Oneday12323 <[email protected]>
5557
Philipp Burckhardt <[email protected]>
@@ -62,6 +64,7 @@ Pushpendra Chandravanshi <[email protected]>
6264
Raunak Kumar Gupta <[email protected]>
6365
Rejoan Sardar <[email protected]>
6466
Ricky Reusser <[email protected]>
67+
Ridam Garg <[email protected]>
6568
Robert Gislason <[email protected]>
6669
Roman Stetsyk <[email protected]>
6770
@@ -73,7 +76,8 @@ Shivam <[email protected]>
7376
Shraddheya Shendre <[email protected]>
7477
Shubh Mehta <[email protected]>
7578
Shubham Mishra <[email protected]>
76-
Snehil Shah <[email protected]>
79+
Sivam Das <[email protected]>
80+
Snehil Shah <[email protected]>
7781
Soumajit Chatterjee <[email protected]>
7882
Spandan Barve <[email protected]>
7983
Stephannie Jiménez Gacha <[email protected]>
@@ -83,6 +87,7 @@ Tudor Pagu <[email protected]>
8387
Utkarsh <http://[email protected]>
8488
Utkarsh Raj <[email protected]>
8589
Varad Gupta <[email protected]>
90+
Xiaochuan Ye <[email protected]>
8691
Yernar Yergaziyev <[email protected]>
8792
8893
nishant-s7 <[email protected]>

README.md

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

250-
[test-image]: https://github.com/stdlib-js/blas-base-snrm2/actions/workflows/test.yml/badge.svg?branch=main
251-
[test-url]: https://github.com/stdlib-js/blas-base-snrm2/actions/workflows/test.yml?query=branch:main
250+
[test-image]: https://github.com/stdlib-js/blas-base-snrm2/actions/workflows/test.yml/badge.svg?branch=v0.2.2
251+
[test-url]: https://github.com/stdlib-js/blas-base-snrm2/actions/workflows/test.yml?query=branch:v0.2.2
252252

253253
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-snrm2/main.svg
254254
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-snrm2?branch=main

0 commit comments

Comments
 (0)