Skip to content

Commit a0f055d

Browse files
committed
Release v0.1.0
1 parent 71ed148 commit a0f055d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

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.0">
66

7-
## Unreleased (2024-07-28)
7+
## 0.1.0 (2024-07-29)
88

99
<section class="features">
1010

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=main
319-
[test-url]: https://github.com/stdlib-js/lapack-base-dlacpy/actions/workflows/test.yml?query=branch:main
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
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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/lapack-base-dlacpy",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Copy all or part of a matrix A to another matrix B.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-is-error": "^0.2.2",
41-
"@stdlib/blas-base-assert-is-layout": "^0.0.1",
42-
"@stdlib/math-base-special-fast-min": "^0.2.1",
41+
"@stdlib/blas-base-assert-is-layout": "^0.0.2",
42+
"@stdlib/math-base-special-fast-min": "^0.3.0",
4343
"@stdlib/ndarray-base-assert-is-row-major": "^0.2.2",
4444
"@stdlib/ndarray-base-unary-loop-interchange-order": "^0.2.1",
4545
"@stdlib/string-format": "^0.2.2",
@@ -53,7 +53,7 @@
5353
"@stdlib/assert-is-browser": "^0.2.2",
5454
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5555
"@stdlib/math-base-special-floor": "^0.2.3",
56-
"@stdlib/math-base-special-pow": "^0.2.1",
56+
"@stdlib/math-base-special-pow": "^0.3.0",
5757
"@stdlib/ndarray-base-numel": "^0.2.2",
5858
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
5959
"@stdlib/ndarray-base-to-array": "^0.2.1",

0 commit comments

Comments
 (0)