|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2024-08-01) |
| 7 | +## Unreleased (2024-08-03) |
8 | 8 |
|
9 | 9 | <section class="commits">
|
10 | 10 |
|
11 | 11 | ### Commits
|
12 | 12 |
|
13 | 13 | <details>
|
14 | 14 |
|
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)_ |
16 | 16 |
|
17 | 17 | </details>
|
18 | 18 |
|
@@ -40,7 +40,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
|
40 | 40 |
|
41 | 41 | ## 0.2.1 (2024-07-27)
|
42 | 42 |
|
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 --> |
44 | 68 |
|
45 | 69 | </section>
|
46 | 70 |
|
@@ -70,7 +94,43 @@ No changes reported for this release.
|
70 | 94 |
|
71 | 95 | ## 0.1.0 (2024-01-20)
|
72 | 96 |
|
73 |
| -No changes reported for this release. |
| 97 | +<section class="features"> |
| 98 | + |
| 99 | +### Features |
| 100 | + |
| 101 | +- [`5cd3de9`](https://github.com/stdlib-js/stdlib/commit/5cd3de9d141fefc57ccfe2e59cd96d2d0b75b0c4) - add `number/float32/base/assert/is-same-value-zero` |
| 102 | + |
| 103 | +</section> |
| 104 | + |
| 105 | +<!-- /.features --> |
| 106 | + |
| 107 | +<section class="commits"> |
| 108 | + |
| 109 | +### Commits |
| 110 | + |
| 111 | +<details> |
| 112 | + |
| 113 | +- [`442fbfc`](https://github.com/stdlib-js/stdlib/commit/442fbfc181ef5859b67bdfad43dbe998ad07783e) - **docs:** update Markdown stdlib package URLs [(#1274)](https://github.com/stdlib-js/stdlib/pull/1274) _(by stdlib-bot)_ |
| 114 | +- [`78512b9`](https://github.com/stdlib-js/stdlib/commit/78512b93f38716a72ab4e65f1eca52d3ff6eea77) - **docs:** update link _(by Athan Reines)_ |
| 115 | +- [`5cd3de9`](https://github.com/stdlib-js/stdlib/commit/5cd3de9d141fefc57ccfe2e59cd96d2d0b75b0c4) - **feat:** add `number/float32/base/assert/is-same-value-zero` _(by Athan Reines)_ |
| 116 | + |
| 117 | +</details> |
| 118 | + |
| 119 | +</section> |
| 120 | + |
| 121 | +<!-- /.commits --> |
| 122 | + |
| 123 | +<section class="contributors"> |
| 124 | + |
| 125 | +### Contributors |
| 126 | + |
| 127 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 128 | + |
| 129 | +- Athan Reines |
| 130 | + |
| 131 | +</section> |
| 132 | + |
| 133 | +<!-- /.contributors --> |
74 | 134 |
|
75 | 135 | </section>
|
76 | 136 |
|
|
0 commit comments