Skip to content

Commit 1d2b0b0

Browse files
committed
Release v0.3.0
1 parent b969e86 commit 1d2b0b0

3 files changed

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

7-
## Unreleased (2026-01-23)
7+
## 0.3.0 (2026-01-31)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
511511
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-pool.svg
512512
[npm-url]: https://npmjs.org/package/@stdlib/array-pool
513513

514-
[test-image]: https://github.com/stdlib-js/array-pool/actions/workflows/test.yml/badge.svg?branch=main
515-
[test-url]: https://github.com/stdlib-js/array-pool/actions/workflows/test.yml?query=branch:main
514+
[test-image]: https://github.com/stdlib-js/array-pool/actions/workflows/test.yml/badge.svg?branch=v0.3.0
515+
[test-url]: https://github.com/stdlib-js/array-pool/actions/workflows/test.yml?query=branch:v0.3.0
516516

517517
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-pool/main.svg
518518
[coverage-url]: https://codecov.io/github/stdlib-js/array-pool?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-pool",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Typed array pool.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,7 +41,7 @@
4141
"@stdlib/array-base-resolve-getter": "^0.2.2",
4242
"@stdlib/array-base-resolve-setter": "^0.2.2",
4343
"@stdlib/array-buffer": "^0.2.2",
44-
"@stdlib/array-defaults": "^0.3.0",
44+
"@stdlib/array-defaults": "^0.4.0",
4545
"@stdlib/array-typed-ctors": "^0.3.0",
4646
"@stdlib/assert-has-own-property": "^0.2.2",
4747
"@stdlib/assert-is-arraybuffer": "^0.2.2",
@@ -80,15 +80,15 @@
8080
"@stdlib/array-uint32": "^0.2.2",
8181
"@stdlib/array-uint8": "^0.2.2",
8282
"@stdlib/array-uint8c": "^0.2.2",
83-
"@stdlib/assert-instance-of": "^0.2.2",
83+
"@stdlib/assert-instance-of": "^0.3.0",
8484
"@stdlib/assert-is-complex-typed-array": "^0.2.2",
8585
"@stdlib/assert-is-function": "^0.2.2",
8686
"@stdlib/assert-is-typed-array": "^0.2.2",
8787
"@stdlib/boolean-ctor": "^0.2.2",
88-
"@stdlib/complex-float32-ctor": "^0.0.2",
88+
"@stdlib/complex-float32-ctor": "^0.1.0",
8989
"@stdlib/complex-float32-imag": "^0.1.1",
9090
"@stdlib/complex-float32-real": "^0.1.1",
91-
"@stdlib/complex-float64-ctor": "^0.0.3",
91+
"@stdlib/complex-float64-ctor": "^0.1.0",
9292
"@stdlib/complex-float64-imag": "^0.1.1",
9393
"@stdlib/complex-float64-real": "^0.1.1",
9494
"@stdlib/math-base-special-pow": "^0.3.0",

0 commit comments

Comments
 (0)