Skip to content

Commit 68dca51

Browse files
committed
Auto-generated commit
1 parent 5c56e7a commit 68dca51

File tree

2 files changed

+122
-6
lines changed

2 files changed

+122
-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:56.906Z
1+
2024-08-03T18:54:58.335Z

CHANGELOG.md

Lines changed: 121 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,48 @@ 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="issues">
45+
46+
### Closed Issues
47+
48+
This release closes the following issue:
49+
50+
[#1488](https://github.com/stdlib-js/stdlib/issues/1488)
51+
52+
</section>
53+
54+
<!-- /.issues -->
55+
56+
<section class="commits">
57+
58+
### Commits
59+
60+
<details>
61+
62+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
63+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
64+
- [`c81e201`](https://github.com/stdlib-js/stdlib/commit/c81e2014d3b65f8f3ee1ad34a7c2ea08537becc8) - **refactor:** update `blas/ext/base/drev` to follow current project conventions [(#1839)](https://github.com/stdlib-js/stdlib/pull/1839) _(by Rutam, Athan Reines, Pranav Goswami)_
65+
66+
</details>
67+
68+
</section>
69+
70+
<!-- /.commits -->
71+
72+
<section class="contributors">
73+
74+
### Contributors
75+
76+
A total of 4 people contributed to this release. Thank you to the following contributors:
77+
78+
- Athan Reines
79+
- Philipp Burckhardt
80+
- Pranav Goswami
81+
- Rutam
82+
83+
</section>
84+
85+
<!-- /.contributors -->
4486

4587
</section>
4688

@@ -60,7 +102,32 @@ No changes reported for this release.
60102

61103
## 0.2.0 (2024-02-14)
62104

63-
No changes reported for this release.
105+
<section class="commits">
106+
107+
### Commits
108+
109+
<details>
110+
111+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
112+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
113+
114+
</details>
115+
116+
</section>
117+
118+
<!-- /.commits -->
119+
120+
<section class="contributors">
121+
122+
### Contributors
123+
124+
A total of 1 person contributed to this release. Thank you to this contributor:
125+
126+
- Philipp Burckhardt
127+
128+
</section>
129+
130+
<!-- /.contributors -->
64131

65132
</section>
66133

@@ -70,7 +137,56 @@ No changes reported for this release.
70137

71138
## 0.1.0 (2023-09-23)
72139

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

75191
</section>
76192

0 commit comments

Comments
 (0)