Skip to content

Commit bf986de

Browse files
committed
Auto-generated commit
1 parent a0f055d commit bf986de

File tree

5 files changed

+47
-13
lines changed

5 files changed

+47
-13
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-31)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`e712640`](https://github.com/stdlib-js/stdlib/commit/e71264067123dab80b4f387574583d3c176523d9) - **docs:** fix offset types _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.0">
640

741
## 0.1.0 (2024-07-29)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
315315
[npm-image]: http://img.shields.io/npm/v/@stdlib/lapack-base-dlacpy.svg
316316
[npm-url]: https://npmjs.org/package/@stdlib/lapack-base-dlacpy
317317

318-
[test-image]: https://github.com/stdlib-js/lapack-base-dlacpy/actions/workflows/test.yml/badge.svg?branch=v0.1.0
319-
[test-url]: https://github.com/stdlib-js/lapack-base-dlacpy/actions/workflows/test.yml?query=branch:v0.1.0
318+
[test-image]: https://github.com/stdlib-js/lapack-base-dlacpy/actions/workflows/test.yml/badge.svg?branch=main
319+
[test-url]: https://github.com/stdlib-js/lapack-base-dlacpy/actions/workflows/test.yml?query=branch:main
320320

321321
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/lapack-base-dlacpy/main.svg
322322
[coverage-url]: https://codecov.io/github/stdlib-js/lapack-base-dlacpy?branch=main

0 commit comments

Comments
 (0)