|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/blas-ext-base-drev/releases) for the changelog. |
| 5 | +<section class="release" id="v0.2.2"> |
| 6 | + |
| 7 | +## 0.2.2 (2024-07-28) |
| 8 | + |
| 9 | +<section class="issues"> |
| 10 | + |
| 11 | +### Closed Issues |
| 12 | + |
| 13 | +This release closes the following issue: |
| 14 | + |
| 15 | +[#1488](https://github.com/stdlib-js/stdlib/issues/1488) |
| 16 | + |
| 17 | +</section> |
| 18 | + |
| 19 | +<!-- /.issues --> |
| 20 | + |
| 21 | +<section class="commits"> |
| 22 | + |
| 23 | +### Commits |
| 24 | + |
| 25 | +<details> |
| 26 | + |
| 27 | +- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ |
| 28 | +- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_ |
| 29 | +- [`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)_ |
| 30 | + |
| 31 | +</details> |
| 32 | + |
| 33 | +</section> |
| 34 | + |
| 35 | +<!-- /.commits --> |
| 36 | + |
| 37 | +<section class="contributors"> |
| 38 | + |
| 39 | +### Contributors |
| 40 | + |
| 41 | +A total of 4 people contributed to this release. Thank you to the following contributors: |
| 42 | + |
| 43 | +- Athan Reines |
| 44 | +- Philipp Burckhardt |
| 45 | +- Pranav Goswami |
| 46 | +- Rutam |
| 47 | + |
| 48 | +</section> |
| 49 | + |
| 50 | +<!-- /.contributors --> |
| 51 | + |
| 52 | +</section> |
| 53 | + |
| 54 | +<!-- /.release --> |
| 55 | + |
| 56 | +<section class="release" id="v0.2.1"> |
| 57 | + |
| 58 | +## 0.2.1 (2024-02-24) |
| 59 | + |
| 60 | +No changes reported for this release. |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.release --> |
| 65 | + |
| 66 | +<section class="release" id="v0.2.0"> |
| 67 | + |
| 68 | +## 0.2.0 (2024-02-14) |
| 69 | + |
| 70 | +<section class="commits"> |
| 71 | + |
| 72 | +### Commits |
| 73 | + |
| 74 | +<details> |
| 75 | + |
| 76 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 77 | +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 78 | + |
| 79 | +</details> |
| 80 | + |
| 81 | +</section> |
| 82 | + |
| 83 | +<!-- /.commits --> |
| 84 | + |
| 85 | +<section class="contributors"> |
| 86 | + |
| 87 | +### Contributors |
| 88 | + |
| 89 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 90 | + |
| 91 | +- Philipp Burckhardt |
| 92 | + |
| 93 | +</section> |
| 94 | + |
| 95 | +<!-- /.contributors --> |
| 96 | + |
| 97 | +</section> |
| 98 | + |
| 99 | +<!-- /.release --> |
| 100 | + |
| 101 | +<section class="release" id="v0.1.0"> |
| 102 | + |
| 103 | +## 0.1.0 (2023-09-23) |
| 104 | + |
| 105 | +<section class="features"> |
| 106 | + |
| 107 | +### Features |
| 108 | + |
| 109 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version |
| 110 | + |
| 111 | +</section> |
| 112 | + |
| 113 | +<!-- /.features --> |
| 114 | + |
| 115 | +<section class="breaking-changes"> |
| 116 | + |
| 117 | +### BREAKING CHANGES |
| 118 | + |
| 119 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version |
| 120 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 |
| 121 | + |
| 122 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 123 | + |
| 124 | +</section> |
| 125 | + |
| 126 | +<!-- /.breaking-changes --> |
| 127 | + |
| 128 | +<section class="commits"> |
| 129 | + |
| 130 | +### Commits |
| 131 | + |
| 132 | +<details> |
| 133 | + |
| 134 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 135 | +- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_ |
| 136 | + |
| 137 | +</details> |
| 138 | + |
| 139 | +</section> |
| 140 | + |
| 141 | +<!-- /.commits --> |
| 142 | + |
| 143 | +<section class="contributors"> |
| 144 | + |
| 145 | +### Contributors |
| 146 | + |
| 147 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 148 | + |
| 149 | +- Athan Reines |
| 150 | +- Philipp Burckhardt |
| 151 | + |
| 152 | +</section> |
| 153 | + |
| 154 | +<!-- /.contributors --> |
| 155 | + |
| 156 | +</section> |
| 157 | + |
| 158 | +<!-- /.release --> |
| 159 | + |
| 160 | +<section class="release" id="v0.0.11"> |
| 161 | + |
| 162 | +## 0.0.11 (2022-08-29) |
| 163 | + |
| 164 | +No changes reported for this release. |
| 165 | + |
| 166 | +</section> |
| 167 | + |
| 168 | +<!-- /.release --> |
| 169 | + |
| 170 | +<section class="release" id="v0.0.10"> |
| 171 | + |
| 172 | +## 0.0.10 (2022-07-08) |
| 173 | + |
| 174 | +No changes reported for this release. |
| 175 | + |
| 176 | +</section> |
| 177 | + |
| 178 | +<!-- /.release --> |
| 179 | + |
| 180 | +<section class="release" id="v0.0.9"> |
| 181 | + |
| 182 | +## 0.0.9 (2022-07-07) |
| 183 | + |
| 184 | +No changes reported for this release. |
| 185 | + |
| 186 | +</section> |
| 187 | + |
| 188 | +<!-- /.release --> |
| 189 | + |
| 190 | +<section class="release" id="v0.0.8"> |
| 191 | + |
| 192 | +## 0.0.8 (2022-02-16) |
| 193 | + |
| 194 | +No changes reported for this release. |
| 195 | + |
| 196 | +</section> |
| 197 | + |
| 198 | +<!-- /.release --> |
| 199 | + |
| 200 | +<section class="release" id="v0.0.7"> |
| 201 | + |
| 202 | +## 0.0.7 (2021-08-22) |
| 203 | + |
| 204 | +No changes reported for this release. |
| 205 | + |
| 206 | +</section> |
| 207 | + |
| 208 | +<!-- /.release --> |
| 209 | + |
| 210 | +<section class="release" id="v0.0.6"> |
| 211 | + |
| 212 | +## 0.0.6 (2021-07-07) |
| 213 | + |
| 214 | +No changes reported for this release. |
| 215 | + |
| 216 | +</section> |
| 217 | + |
| 218 | +<!-- /.release --> |
| 219 | + |
| 220 | +<section class="release" id="v0.0.5"> |
| 221 | + |
| 222 | +## 0.0.5 (2021-06-27) |
| 223 | + |
| 224 | +No changes reported for this release. |
| 225 | + |
| 226 | +</section> |
| 227 | + |
| 228 | +<!-- /.release --> |
| 229 | + |
| 230 | +<section class="release" id="v0.0.4"> |
| 231 | + |
| 232 | +## 0.0.4 (2021-06-16) |
| 233 | + |
| 234 | +No changes reported for this release. |
| 235 | + |
| 236 | +</section> |
| 237 | + |
| 238 | +<!-- /.release --> |
| 239 | + |
| 240 | +<section class="release" id="v0.0.3"> |
| 241 | + |
| 242 | +## 0.0.3 (2021-06-15) |
| 243 | + |
| 244 | +No changes reported for this release. |
| 245 | + |
| 246 | +</section> |
| 247 | + |
| 248 | +<!-- /.release --> |
| 249 | + |
| 250 | +<section class="release" id="v0.0.2"> |
| 251 | + |
| 252 | +## 0.0.2 (2021-06-15) |
| 253 | + |
| 254 | +No changes reported for this release. |
| 255 | + |
| 256 | +</section> |
| 257 | + |
| 258 | +<!-- /.release --> |
| 259 | + |
| 260 | +<section class="release" id="v0.0.1"> |
| 261 | + |
| 262 | +## 0.0.1 (2021-06-14) |
| 263 | + |
| 264 | +No changes reported for this release. |
| 265 | + |
| 266 | +</section> |
| 267 | + |
| 268 | +<!-- /.release --> |
| 269 | + |
0 commit comments