Skip to content

Commit e1530cc

Browse files
committed
Auto-generated commit
1 parent 4f32632 commit e1530cc

File tree

2 files changed

+111
-6
lines changed

2 files changed

+111
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:40:29.466Z
1+
2024-08-03T18:54:24.665Z

CHANGELOG.md

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

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
16+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1617

1718
</details>
1819

@@ -40,7 +41,36 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4041

4142
## 0.2.2 (2024-07-28)
4243

43-
No changes reported for this release.
44+
<section class="commits">
45+
46+
### Commits
47+
48+
<details>
49+
50+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
51+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
52+
- [`d2ec36e`](https://github.com/stdlib-js/stdlib/commit/d2ec36e08a3c0c1bbe8c3d10d7ea28d833a42a30) - **refactor:** update `blas/ext/base/dsnansum` to follow current project conventions _(by Shubh Mehta, Pranav Goswami, Philipp Burckhardt)_
53+
54+
</details>
55+
56+
</section>
57+
58+
<!-- /.commits -->
59+
60+
<section class="contributors">
61+
62+
### Contributors
63+
64+
A total of 4 people contributed to this release. Thank you to the following contributors:
65+
66+
- Athan Reines
67+
- Philipp Burckhardt
68+
- Pranav Goswami
69+
- Shubh Mehta
70+
71+
</section>
72+
73+
<!-- /.contributors -->
4474

4575
</section>
4676

@@ -60,7 +90,32 @@ No changes reported for this release.
6090

6191
## 0.2.0 (2024-02-14)
6292

63-
No changes reported for this release.
93+
<section class="commits">
94+
95+
### Commits
96+
97+
<details>
98+
99+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
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 1 person contributed to this release. Thank you to this contributor:
113+
114+
- Philipp Burckhardt
115+
116+
</section>
117+
118+
<!-- /.contributors -->
64119

65120
</section>
66121

@@ -70,7 +125,57 @@ No changes reported for this release.
70125

71126
## 0.1.0 (2023-09-23)
72127

73-
No changes reported for this release.
128+
<section class="features">
129+
130+
### Features
131+
132+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
133+
134+
</section>
135+
136+
<!-- /.features -->
137+
138+
<section class="breaking-changes">
139+
140+
### BREAKING CHANGES
141+
142+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
143+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
144+
145+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
146+
147+
</section>
148+
149+
<!-- /.breaking-changes -->
150+
151+
<section class="commits">
152+
153+
### Commits
154+
155+
<details>
156+
157+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
158+
- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
159+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
160+
161+
</details>
162+
163+
</section>
164+
165+
<!-- /.commits -->
166+
167+
<section class="contributors">
168+
169+
### Contributors
170+
171+
A total of 2 people contributed to this release. Thank you to the following contributors:
172+
173+
- Athan Reines
174+
- Philipp Burckhardt
175+
176+
</section>
177+
178+
<!-- /.contributors -->
74179

75180
</section>
76181

0 commit comments

Comments
 (0)