Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 18, 2024
1 parent 9fa3c4d commit 1c4e07c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 0.3.1 (2024-08-18)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.3.0">

## 0.3.0 (2024-08-17)
Expand All @@ -10,7 +20,7 @@

### Packages

<section class="package" id="constants-float32-fourth-pi-unreleased">
<section class="package" id="constants-float32-fourth-pi-v0.3.0">

#### [@stdlib/constants/float32/fourth-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/fourth-pi)

Expand All @@ -32,7 +42,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-half-pi-unreleased">
<section class="package" id="constants-float32-half-pi-v0.3.0">

#### [@stdlib/constants/float32/half-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/half-pi)

Expand Down Expand Up @@ -64,7 +74,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-max-base2-exponent-unreleased">
<section class="package" id="constants-float32-max-base2-exponent-v0.3.0">

#### [@stdlib/constants/float32/max-base2-exponent](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent)

Expand Down Expand Up @@ -96,7 +106,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-max-base2-exponent-subnormal-unreleased">
<section class="package" id="constants-float32-max-base2-exponent-subnormal-v0.3.0">

#### [@stdlib/constants/float32/max-base2-exponent-subnormal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent-subnormal)

Expand Down Expand Up @@ -128,7 +138,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-min-base2-exponent-subnormal-unreleased">
<section class="package" id="constants-float32-min-base2-exponent-subnormal-v0.3.0">

#### [@stdlib/constants/float32/min-base2-exponent-subnormal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base2-exponent-subnormal)

Expand Down Expand Up @@ -160,7 +170,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-phi-unreleased">
<section class="package" id="constants-float32-phi-v0.3.0">

#### [@stdlib/constants/float32/phi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/phi)

Expand All @@ -182,7 +192,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-pi-unreleased">
<section class="package" id="constants-float32-pi-v0.3.0">

#### [@stdlib/constants/float32/pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi)

Expand All @@ -204,7 +214,7 @@

<!-- /.package -->

<section class="package" id="constants-float32-two-pi-unreleased">
<section class="package" id="constants-float32-two-pi-v0.3.0">

#### [@stdlib/constants/float32/two-pi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/two-pi)

Expand All @@ -226,7 +236,7 @@

<!-- /.package -->

<section class="package" id="constants-float64-max-safe-nth-factorial-unreleased">
<section class="package" id="constants-float64-max-safe-nth-factorial-v0.3.0">

#### [@stdlib/constants/float64/max-safe-nth-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-nth-factorial)

Expand All @@ -248,7 +258,7 @@

<!-- /.package -->

<section class="package" id="constants-int32-max-unreleased">
<section class="package" id="constants-int32-max-v0.3.0">

#### [@stdlib/constants/int32/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/int32/max)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/constants.svg
[npm-url]: https://npmjs.org/package/@stdlib/constants

[test-image]: https://github.com/stdlib-js/constants/actions/workflows/test.yml/badge.svg?branch=v0.3.0
[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:v0.3.0
[test-image]: https://github.com/stdlib-js/constants/actions/workflows/test.yml/badge.svg?branch=v0.3.1
[test-url]: https://github.com/stdlib-js/constants/actions/workflows/test.yml?query=branch:v0.3.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/constants?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/constants",
"version": "0.3.0",
"version": "0.3.1",
"description": "Constants.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit 1c4e07c

Please sign in to comment.