Skip to content

Commit f7ae543

Browse files
committed
Auto-generated commit
1 parent ca84cbf commit f7ae543

File tree

4 files changed

+58
-43
lines changed

4 files changed

+58
-43
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-21)
7+
## Unreleased (2025-04-30)
8+
9+
<section class="issues">
10+
11+
### Closed Issues
12+
13+
This release closes the following issue:
14+
15+
[#6031](https://github.com/stdlib-js/stdlib/issues/6031)
16+
17+
</section>
18+
19+
<!-- /.issues -->
820

921
<section class="commits">
1022

1123
### Commits
1224

1325
<details>
1426

27+
- [`66f68cf`](https://github.com/stdlib-js/stdlib/commit/66f68cf6493c41ccfe4107e76d04a6bc43769b63) - **chore:** fix EditorConfig lint errors [(#6871)](https://github.com/stdlib-js/stdlib/pull/6871) _(by zhanggy)_
1528
- [`a72a67a`](https://github.com/stdlib-js/stdlib/commit/a72a67a667bcf694e5f8f2bc3c8e62714e5832bc) - **chore:** minor clean-up _(by Philipp Burckhardt)_
1629
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
1730
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
@@ -26,10 +39,11 @@
2639

2740
### Contributors
2841

29-
A total of 2 people contributed to this release. Thank you to the following contributors:
42+
A total of 3 people contributed to this release. Thank you to the following contributors:
3043

3144
- Athan Reines
3245
- Philipp Burckhardt
46+
- zhanggy
3347

3448
</section>
3549

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Naveen Kumar <[email protected]>
106106
Neeraj Pathak <[email protected]>
107107
NirvedMishra <[email protected]>
108108
Nishant Shinde <[email protected]>
109+
Nishant singh <[email protected]>
109110
Nishchay Rajput <[email protected]>
110111
Nithin Katta <[email protected]>
111112
Nourhan Hasan <[email protected]>
@@ -178,6 +179,7 @@ Yaswanth Kosuru <[email protected]>
178179
Yernar Yergaziyev <[email protected]>
179180
Yugal Kaushik <[email protected]>
180181
Yuvi Mittal <[email protected]>
182+
devshree-bhati <[email protected]>
181183
182184
ekambains <[email protected]>
183185
fadiothman22 <[email protected]>

manifest.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/constants-float32-exponent-bias",
37-
"@stdlib/constants-float32-exponent-mask",
38-
"@stdlib/number-float32-base-to-word"
39-
]
40-
}
41-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/constants-float32-exponent-bias",
37+
"@stdlib/constants-float32-exponent-mask",
38+
"@stdlib/number-float32-base-to-word"
39+
]
40+
}
41+
]
4242
}

0 commit comments

Comments
 (0)