Skip to content

Commit 1fc94c3

Browse files
committed
Release v0.1.1
1 parent 0fad6af commit 1fc94c3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.1.1">
66

7-
## Unreleased (2026-01-18)
7+
## 0.1.1 (2026-01-29)
88

99
<section class="bug-fixes">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
311311
[npm-image]: http://img.shields.io/npm/v/@stdlib/lapack-base-dpttrf.svg
312312
[npm-url]: https://npmjs.org/package/@stdlib/lapack-base-dpttrf
313313

314-
[test-image]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=main
315-
[test-url]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:main
314+
[test-image]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=v0.1.1
315+
[test-url]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:v0.1.1
316316

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/lapack-base-dpttrf",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)