|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased"> |
6 | 6 |
|
7 | | -## Unreleased (2024-07-28) |
| 7 | +## Unreleased (2024-08-01) |
8 | 8 |
|
9 | 9 | <section class="commits"> |
10 | 10 |
|
11 | 11 | ### Commits |
12 | 12 |
|
13 | 13 | <details> |
14 | 14 |
|
15 | | -- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ |
| 15 | +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ |
16 | 16 |
|
17 | 17 | </details> |
18 | 18 |
|
@@ -40,57 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: |
40 | 40 |
|
41 | 41 | ## 0.3.0 (2024-07-27) |
42 | 42 |
|
43 | | -<section class="features"> |
44 | | - |
45 | | -### Features |
46 | | - |
47 | | -- [`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) |
48 | | - |
49 | | -</section> |
50 | | - |
51 | | -<!-- /.features --> |
52 | | - |
53 | | -<section class="issues"> |
54 | | - |
55 | | -### Closed Issues |
56 | | - |
57 | | -This release closes the following issue: |
58 | | - |
59 | | -[#1828](https://github.com/stdlib-js/stdlib/issues/1828) |
60 | | - |
61 | | -</section> |
62 | | - |
63 | | -<!-- /.issues --> |
64 | | - |
65 | | -<section class="commits"> |
66 | | - |
67 | | -### Commits |
68 | | - |
69 | | -<details> |
70 | | - |
71 | | -- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ |
72 | | -- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_ |
73 | | -- [`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)_ |
74 | | -- [`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)_ |
75 | | - |
76 | | -</details> |
77 | | - |
78 | | -</section> |
79 | | - |
80 | | -<!-- /.commits --> |
81 | | - |
82 | | -<section class="contributors"> |
83 | | - |
84 | | -### Contributors |
85 | | - |
86 | | -A total of 2 people contributed to this release. Thank you to the following contributors: |
87 | | - |
88 | | -- Philipp Burckhardt |
89 | | -- Rejoan Sardar |
90 | | - |
91 | | -</section> |
92 | | - |
93 | | -<!-- /.contributors --> |
| 43 | +No changes reported for this release. |
94 | 44 |
|
95 | 45 | </section> |
96 | 46 |
|
@@ -130,56 +80,7 @@ No changes reported for this release. |
130 | 80 |
|
131 | 81 | ## 0.1.0 (2023-09-22) |
132 | 82 |
|
133 | | -<section class="features"> |
134 | | - |
135 | | -### Features |
136 | | - |
137 | | -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version |
138 | | - |
139 | | -</section> |
140 | | - |
141 | | -<!-- /.features --> |
142 | | - |
143 | | -<section class="breaking-changes"> |
144 | | - |
145 | | -### BREAKING CHANGES |
146 | | - |
147 | | -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version |
148 | | -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 |
149 | | - |
150 | | - - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
151 | | - |
152 | | -</section> |
153 | | - |
154 | | -<!-- /.breaking-changes --> |
155 | | - |
156 | | -<section class="commits"> |
157 | | - |
158 | | -### Commits |
159 | | - |
160 | | -<details> |
161 | | - |
162 | | -- [`1b163e9`](https://github.com/stdlib-js/stdlib/commit/1b163e9c6c6d81533a9418206e349df3bfca3858) - **style:** resolve lint errors _(by Philipp Burckhardt)_ |
163 | | -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
164 | | -- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_ |
165 | | - |
166 | | -</details> |
167 | | - |
168 | | -</section> |
169 | | - |
170 | | -<!-- /.commits --> |
171 | | - |
172 | | -<section class="contributors"> |
173 | | - |
174 | | -### Contributors |
175 | | - |
176 | | -A total of 1 person contributed to this release. Thank you to this contributor: |
177 | | - |
178 | | -- Philipp Burckhardt |
179 | | - |
180 | | -</section> |
181 | | - |
182 | | -<!-- /.contributors --> |
| 83 | +No changes reported for this release. |
183 | 84 |
|
184 | 85 | </section> |
185 | 86 |
|
|
0 commit comments