Skip to content

Commit c7900c4

Browse files
committed
Release v0.1.0
1 parent 0e85054 commit c7900c4

3 files changed

Lines changed: 6 additions & 6 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.0">
66

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

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
292292
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-base-mul.svg
293293
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32-base-mul
294294

295-
[test-image]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml/badge.svg?branch=main
296-
[test-url]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml?query=branch:main
295+
[test-image]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml/badge.svg?branch=v0.1.0
296+
[test-url]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml?query=branch:v0.1.0
297297

298298
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-mul/main.svg
299299
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-base-mul?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float32-base-mul",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Multiply two single-precision complex floating-point numbers.",
55
"license": "Apache-2.0",
66
"author": {
@@ -44,7 +44,7 @@
4444
"@stdlib/complex-float32-imag": "^0.1.1",
4545
"@stdlib/complex-float32-real": "^0.1.1",
4646
"@stdlib/complex-float32-reim": "^0.1.2",
47-
"@stdlib/math-base-napi-binary": "^0.2.1",
47+
"@stdlib/math-base-napi-binary": "^0.3.0",
4848
"@stdlib/number-float64-base-to-float32": "^0.2.2",
4949
"@stdlib/types": "^0.3.2",
5050
"@stdlib/utils-library-manifest": "^0.2.2"

0 commit comments

Comments
 (0)