Skip to content

Commit 384da91

Browse files
committed
Release v0.3.0
1 parent a3877a6 commit 384da91

File tree

7 files changed

+167
-42
lines changed

7 files changed

+167
-42
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: 3 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"
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
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: 135 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
66

7-
## Unreleased (2024-07-17)
7+
## 0.3.0 (2024-07-27)
88

99
<section class="features">
1010

@@ -73,6 +73,59 @@ A total of 2 people contributed to this release. Thank you to the following cont
7373

7474
## 0.2.1 (2024-02-22)
7575

76+
No changes reported for this release.
77+
78+
</section>
79+
80+
<!-- /.release -->
81+
82+
<section class="release" id="v0.2.0">
83+
84+
## 0.2.0 (2024-02-14)
85+
86+
<section class="commits">
87+
88+
### Commits
89+
90+
<details>
91+
92+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
93+
- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
94+
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
95+
- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_
96+
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
97+
- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_
98+
- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_
99+
- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_
100+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
101+
102+
</details>
103+
104+
</section>
105+
106+
<!-- /.commits -->
107+
108+
<section class="contributors">
109+
110+
### Contributors
111+
112+
A total of 2 people contributed to this release. Thank you to the following contributors:
113+
114+
- Athan Reines
115+
- Philipp Burckhardt
116+
117+
</section>
118+
119+
<!-- /.contributors -->
120+
121+
</section>
122+
123+
<!-- /.release -->
124+
125+
<section class="release" id="v0.1.0">
126+
127+
## 0.1.0 (2023-09-24)
128+
76129
<section class="features">
77130

78131
### Features
@@ -102,15 +155,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
102155

103156
<details>
104157

105-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
106-
- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
107-
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
108-
- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_
109-
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
110-
- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_
111-
- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_
112-
- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_
113-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
114158
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
115159
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
116160
- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
@@ -138,3 +182,83 @@ A total of 2 people contributed to this release. Thank you to the following cont
138182

139183
<!-- /.release -->
140184

185+
<section class="release" id="v0.0.8">
186+
187+
## 0.0.8 (2022-11-03)
188+
189+
No changes reported for this release.
190+
191+
</section>
192+
193+
<!-- /.release -->
194+
195+
<section class="release" id="v0.0.7">
196+
197+
## 0.0.7 (2022-08-30)
198+
199+
No changes reported for this release.
200+
201+
</section>
202+
203+
<!-- /.release -->
204+
205+
<section class="release" id="v0.0.6">
206+
207+
## 0.0.6 (2022-02-16)
208+
209+
No changes reported for this release.
210+
211+
</section>
212+
213+
<!-- /.release -->
214+
215+
<section class="release" id="v0.0.5">
216+
217+
## 0.0.5 (2021-08-22)
218+
219+
No changes reported for this release.
220+
221+
</section>
222+
223+
<!-- /.release -->
224+
225+
<section class="release" id="v0.0.4">
226+
227+
## 0.0.4 (2021-07-07)
228+
229+
No changes reported for this release.
230+
231+
</section>
232+
233+
<!-- /.release -->
234+
235+
<section class="release" id="v0.0.3">
236+
237+
## 0.0.3 (2021-06-28)
238+
239+
No changes reported for this release.
240+
241+
</section>
242+
243+
<!-- /.release -->
244+
245+
<section class="release" id="v0.0.2">
246+
247+
## 0.0.2 (2021-06-16)
248+
249+
No changes reported for this release.
250+
251+
</section>
252+
253+
<!-- /.release -->
254+
255+
<section class="release" id="v0.0.1">
256+
257+
## 0.0.1 (2021-06-15)
258+
259+
No changes reported for this release.
260+
261+
</section>
262+
263+
<!-- /.release -->
264+

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5151
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5252
NightKnight <Ahmedatwa866@yahoo.com>
5353
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5455
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5556
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5657
Philipp Burckhardt <pburckhardt@outlook.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
445445
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-cswap.svg
446446
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-cswap
447447
448-
[test-image]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml/badge.svg?branch=main
449-
[test-url]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml?query=branch:main
448+
[test-image]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml/badge.svg?branch=v0.3.0
449+
[test-url]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml?query=branch:v0.3.0
450450
451451
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-cswap/main.svg
452452
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-cswap?branch=main

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/blas-base-cswap",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Interchanges two complex single-precision floating-point vectors.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,30 +41,30 @@
4141
"url": "https://github.com/stdlib-js/stdlib/issues"
4242
},
4343
"dependencies": {
44-
"@stdlib/assert-is-error": "^0.2.1",
45-
"@stdlib/blas-base-shared": "^0.0.1",
46-
"@stdlib/napi-argv": "^0.2.1",
47-
"@stdlib/napi-argv-int64": "^0.2.1",
48-
"@stdlib/napi-argv-strided-complex64array": "^0.2.1",
49-
"@stdlib/napi-export": "^0.2.1",
44+
"@stdlib/assert-is-error": "^0.2.2",
45+
"@stdlib/blas-base-shared": "^0.1.0",
46+
"@stdlib/napi-argv": "^0.2.2",
47+
"@stdlib/napi-argv-int64": "^0.2.2",
48+
"@stdlib/napi-argv-strided-complex64array": "^0.2.2",
49+
"@stdlib/napi-export": "^0.2.2",
5050
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
5151
"@stdlib/types": "^0.3.2",
52-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
53-
"@stdlib/utils-library-manifest": "^0.2.1",
54-
"@stdlib/utils-try-require": "^0.2.1"
52+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
53+
"@stdlib/utils-library-manifest": "^0.2.2",
54+
"@stdlib/utils-try-require": "^0.2.2"
5555
},
5656
"devDependencies": {
5757
"@stdlib/array-complex64": "^0.2.1",
5858
"@stdlib/array-filled-by": "^0.2.1",
5959
"@stdlib/array-float32": "^0.2.1",
60-
"@stdlib/assert-is-browser": "^0.2.1",
61-
"@stdlib/blas-base-scopy": "^0.2.1",
60+
"@stdlib/assert-is-browser": "^0.2.2",
61+
"@stdlib/blas-base-scopy": "^0.2.2",
6262
"@stdlib/complex-float32-ctor": "^0.0.1",
63-
"@stdlib/math-base-assert-is-nan": "^0.2.1",
63+
"@stdlib/math-base-assert-is-nan": "^0.2.2",
6464
"@stdlib/math-base-special-pow": "^0.2.1",
6565
"@stdlib/random-array-uniform": "^0.2.1",
6666
"@stdlib/random-base-discrete-uniform": "^0.2.1",
67-
"@stdlib/strided-base-min-view-buffer-index": "^0.2.1",
67+
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",
6868
"proxyquire": "^2.0.0",
6969
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7070
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)