Skip to content

Commit 44901e5

Browse files
committed
Release v0.3.0
1 parent 2d5a388 commit 44901e5

9 files changed

Lines changed: 151 additions & 28 deletions

File tree

.github/.keepalive

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

.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: 129 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,132 @@
22

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

7-
## Unreleased (2024-07-01)
7+
## 0.3.0 (2024-07-27)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`229be91`](https://github.com/stdlib-js/stdlib/commit/229be9196d3571c40e5a6cc07ac0d4d680a8a00d) - add `math/base/assert/is-nonnegative-finite` [(#1829)](https://github.com/stdlib-js/stdlib/pull/1829)
14+
15+
</section>
16+
17+
<!-- /.features -->
18+
19+
<section class="issues">
20+
21+
### Closed Issues
22+
23+
This release closes the following issue:
24+
25+
[#1828](https://github.com/stdlib-js/stdlib/issues/1828)
26+
27+
</section>
28+
29+
<!-- /.issues -->
830

931
<section class="commits">
1032

1133
### Commits
1234

1335
<details>
1436

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
37+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
38+
- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
39+
- [`dc20da0`](https://github.com/stdlib-js/stdlib/commit/dc20da0604fe2798e20e757277072fefc876da3c) - **chore:** update package meta data [(#1856)](https://github.com/stdlib-js/stdlib/pull/1856) _(by stdlib-bot, Philipp Burckhardt)_
40+
- [`229be91`](https://github.com/stdlib-js/stdlib/commit/229be9196d3571c40e5a6cc07ac0d4d680a8a00d) - **feat:** add `math/base/assert/is-nonnegative-finite` [(#1829)](https://github.com/stdlib-js/stdlib/pull/1829) _(by Rejoan Sardar)_
41+
42+
</details>
43+
44+
</section>
45+
46+
<!-- /.commits -->
47+
48+
<section class="contributors">
49+
50+
### Contributors
51+
52+
A total of 2 people contributed to this release. Thank you to the following contributors:
53+
54+
- Philipp Burckhardt
55+
- Rejoan Sardar
56+
57+
</section>
58+
59+
<!-- /.contributors -->
60+
61+
</section>
62+
63+
<!-- /.release -->
64+
65+
<section class="release" id="v0.2.1">
66+
67+
## 0.2.1 (2024-02-22)
68+
69+
No changes reported for this release.
70+
71+
</section>
72+
73+
<!-- /.release -->
74+
75+
<section class="release" id="v0.2.0">
76+
77+
## 0.2.0 (2024-02-14)
78+
79+
No changes reported for this release.
80+
81+
</section>
82+
83+
<!-- /.release -->
84+
85+
<section class="release" id="v0.1.1">
86+
87+
## 0.1.1 (2023-10-04)
88+
89+
No changes reported for this release.
90+
91+
</section>
92+
93+
<!-- /.release -->
94+
95+
<section class="release" id="v0.1.0">
96+
97+
## 0.1.0 (2023-09-22)
98+
99+
<section class="features">
100+
101+
### Features
102+
103+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
104+
105+
</section>
106+
107+
<!-- /.features -->
108+
109+
<section class="breaking-changes">
110+
111+
### BREAKING CHANGES
112+
113+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
114+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
115+
116+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117+
118+
</section>
119+
120+
<!-- /.breaking-changes -->
121+
122+
<section class="commits">
123+
124+
### Commits
125+
126+
<details>
127+
128+
- [`1b163e9`](https://github.com/stdlib-js/stdlib/commit/1b163e9c6c6d81533a9418206e349df3bfca3858) - **style:** resolve lint errors _(by Philipp Burckhardt)_
129+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
130+
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
16131

17132
</details>
18133

@@ -26,7 +141,7 @@
26141

27142
A total of 1 person contributed to this release. Thank you to this contributor:
28143

29-
- Athan Reines
144+
- Philipp Burckhardt
30145

31146
</section>
32147

@@ -36,3 +151,13 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36151

37152
<!-- /.release -->
38153

154+
<section class="release" id="v0.0.1">
155+
156+
## 0.0.1 (2022-11-03)
157+
158+
No changes reported for this release.
159+
160+
</section>
161+
162+
<!-- /.release -->
163+

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
@@ -255,8 +255,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
255255
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-assert-is-nonnegative-finite.svg
256256
[npm-url]: https://npmjs.org/package/@stdlib/math-base-assert-is-nonnegative-finite
257257

258-
[test-image]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-finite/actions/workflows/test.yml/badge.svg?branch=main
259-
[test-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-finite/actions/workflows/test.yml?query=branch:main
258+
[test-image]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-finite/actions/workflows/test.yml/badge.svg?branch=v0.3.0
259+
[test-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-finite/actions/workflows/test.yml?query=branch:v0.3.0
260260

261261
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-is-nonnegative-finite/main.svg
262262
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-assert-is-nonnegative-finite?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/math-base-assert-is-nonnegative-finite",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Test if a numeric value is a nonnegative finite number.",
55
"license": "Apache-2.0",
66
"author": {
@@ -44,11 +44,11 @@
4444
"@stdlib/utils-library-manifest": "^0.2.1"
4545
},
4646
"devDependencies": {
47-
"@stdlib/assert-is-boolean": "^0.2.1",
48-
"@stdlib/boolean-ctor": "^0.2.1",
47+
"@stdlib/assert-is-boolean": "^0.2.2",
48+
"@stdlib/boolean-ctor": "^0.2.2",
4949
"@stdlib/constants-float64-ninf": "^0.2.1",
5050
"@stdlib/random-base-randu": "^0.2.1",
51-
"@stdlib/utils-try-require": "^0.2.1",
51+
"@stdlib/utils-try-require": "^0.2.2",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
5454
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

src/addon.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
/**
2525
* Receives JavaScript callback invocation data.
2626
*
27-
* @private
2827
* @param env environment under which the function is invoked
2928
* @param info callback data
3029
* @return Node-API value
@@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
7574
/**
7675
* Initializes a Node-API module.
7776
*
78-
* @private
7977
* @param env environment under which the function is invoked
8078
* @param exports exports object
8179
* @return main export

0 commit comments

Comments
 (0)