Skip to content

Commit 5a31b4b

Browse files
committed
Release v0.1.0
1 parent 881d483 commit 5a31b4b

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 (2026-01-05)
7+
## 0.1.0 (2026-01-28)
88

99
<section class="features">
1010

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
283283
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-assert-is-nonnegative-integerf.svg
284284
[npm-url]: https://npmjs.org/package/@stdlib/math-base-assert-is-nonnegative-integerf
285285

286-
[test-image]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/actions/workflows/test.yml/badge.svg?branch=main
287-
[test-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/actions/workflows/test.yml?query=branch:main
286+
[test-image]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/actions/workflows/test.yml/badge.svg?branch=v0.1.0
287+
[test-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/actions/workflows/test.yml?query=branch:v0.1.0
288288

289289
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-is-nonnegative-integerf/main.svg
290290
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-assert-is-nonnegative-integerf?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/math-base-assert-is-nonnegative-integerf",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Test if a finite single-precision floating-point number is a nonnegative integer.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@stdlib/math-base-special-floorf": "^0.2.2",
44-
"@stdlib/utils-library-manifest": "^0.2.2"
44+
"@stdlib/utils-library-manifest": "^0.2.3"
4545
},
4646
"devDependencies": {
4747
"@stdlib/assert-is-boolean": "^0.2.2",

0 commit comments

Comments
 (0)