Skip to content

Commit 679ab07

Browse files
committed
Auto-generated commit
1 parent 3b42fda commit 679ab07

File tree

2 files changed

+146
-7
lines changed

2 files changed

+146
-7
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:53:34.445Z
1+
2024-08-03T19:10:23.987Z

CHANGELOG.md

Lines changed: 145 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1616

1717
</details>
1818

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

4141
## 0.2.3 (2024-07-28)
4242

43-
No changes reported for this release.
43+
<section class="commits">
44+
45+
### Commits
46+
47+
<details>
48+
49+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
50+
51+
</details>
52+
53+
</section>
54+
55+
<!-- /.commits -->
56+
57+
<section class="contributors">
58+
59+
### Contributors
60+
61+
A total of 1 person contributed to this release. Thank you to this contributor:
62+
63+
- Philipp Burckhardt
64+
65+
</section>
66+
67+
<!-- /.contributors -->
4468

4569
</section>
4670

@@ -50,7 +74,41 @@ No changes reported for this release.
5074

5175
## 0.2.2 (2024-04-04)
5276

53-
No changes reported for this release.
77+
<section class="bug-fixes">
78+
79+
### Bug Fixes
80+
81+
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
82+
83+
</section>
84+
85+
<!-- /.bug-fixes -->
86+
87+
<section class="commits">
88+
89+
### Commits
90+
91+
<details>
92+
93+
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
94+
95+
</details>
96+
97+
</section>
98+
99+
<!-- /.commits -->
100+
101+
<section class="contributors">
102+
103+
### Contributors
104+
105+
A total of 1 person contributed to this release. Thank you to this contributor:
106+
107+
- Philipp Burckhardt
108+
109+
</section>
110+
111+
<!-- /.contributors -->
54112

55113
</section>
56114

@@ -70,7 +128,32 @@ No changes reported for this release.
70128

71129
## 0.2.0 (2024-02-14)
72130

73-
No changes reported for this release.
131+
<section class="commits">
132+
133+
### Commits
134+
135+
<details>
136+
137+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
138+
- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(#1179)](https://github.com/stdlib-js/stdlib/pull/1179) _(by stdlib-bot)_
139+
140+
</details>
141+
142+
</section>
143+
144+
<!-- /.commits -->
145+
146+
<section class="contributors">
147+
148+
### Contributors
149+
150+
A total of 1 person contributed to this release. Thank you to this contributor:
151+
152+
- Philipp Burckhardt
153+
154+
</section>
155+
156+
<!-- /.contributors -->
74157

75158
</section>
76159

@@ -90,7 +173,63 @@ No changes reported for this release.
90173

91174
## 0.1.0 (2023-09-23)
92175

93-
No changes reported for this release.
176+
<section class="features">
177+
178+
### Features
179+
180+
- [`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d) - refactor declarations to use generics
181+
182+
</section>
183+
184+
<!-- /.features -->
185+
186+
<section class="bug-fixes">
187+
188+
### Bug Fixes
189+
190+
- [`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
191+
192+
</section>
193+
194+
<!-- /.bug-fixes -->
195+
196+
<section class="breaking-changes">
197+
198+
### BREAKING CHANGES
199+
200+
- [`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d): refactor declarations to use generics
201+
202+
</section>
203+
204+
<!-- /.breaking-changes -->
205+
206+
<section class="commits">
207+
208+
### Commits
209+
210+
<details>
211+
212+
- [`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
213+
- [`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d) - **feat:** refactor declarations to use generics _(by Athan Reines)_
214+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
215+
216+
</details>
217+
218+
</section>
219+
220+
<!-- /.commits -->
221+
222+
<section class="contributors">
223+
224+
### Contributors
225+
226+
A total of 1 person contributed to this release. Thank you to this contributor:
227+
228+
- Athan Reines
229+
230+
</section>
231+
232+
<!-- /.contributors -->
94233

95234
</section>
96235

0 commit comments

Comments
 (0)