Skip to content

Commit 43d1f6c

Browse files
committed
Release v0.1.0
1 parent 2680bb7 commit 43d1f6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
223223
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools-evalpoly-compile-c.svg
224224
[npm-url]: https://npmjs.org/package/@stdlib/math-base-tools-evalpoly-compile-c
225225

226-
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=main
227-
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:main
226+
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=v0.1.0
227+
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:v0.1.0
228228

229229
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly-compile-c/main.svg
230-
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-evalpoly-compile-c?branch=main
230+
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-evalpoly-compile-c?branch=v0.1.0
231231

232232
<!--
233233

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/math-base-tools-evalpoly-compile-c",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Compile a C function for evaluating a polynomial.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)