Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jun 19, 2024
1 parent d4f173a commit e68f7ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> Package changelog.
<section class="release" id="unreleased">
<section class="release" id="v0.0.1">

## Unreleased (2024-06-09)
## 0.0.1 (2024-06-19)

<section class="features">

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Ricky Reusser <rsreusser@gmail.com>
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
Robert Gislason <gztown2216@yahoo.com>
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Expand All @@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
Shubham Mishra <shubh622005@gmail.com>
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
Snehil Shah <snehilshah.989@gmail.com>
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
Spandan Barve <contact@marsian.dev>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-assert-is-layout.svg
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-assert-is-layout

[test-image]: https://github.com/stdlib-js/blas-base-assert-is-layout/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/blas-base-assert-is-layout/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/blas-base-assert-is-layout/actions/workflows/test.yml/badge.svg?branch=v0.0.1
[test-url]: https://github.com/stdlib-js/blas-base-assert-is-layout/actions/workflows/test.yml?query=branch:v0.0.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-assert-is-layout/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-assert-is-layout?branch=main
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/blas-base-assert-is-layout",
"version": "0.0.0",
"version": "0.0.1",
"description": "Test if an input value is a BLAS memory layout.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@stdlib/array-base-assert-contains": "^0.2.1",
"@stdlib/blas-base-layouts": "github:stdlib-js/blas-base-layouts#main"
"@stdlib/blas-base-layouts": "^0.0.1"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.2.1",
Expand Down

0 comments on commit e68f7ec

Please sign in to comment.