From 7de89ceca2675f3e08f8dabc140e7336e80e6821 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 6 Sep 2024 23:11:07 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CHANGELOG.md | 13 ++++++++++++- CONTRIBUTORS | 2 ++ .../{float64 => float32}/max_safe_nth_fibonacci.h | 0 4 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 .github/.keepalive rename float32/max-safe-nth-fibonacci/include/stdlib/constants/{float64 => float32}/max_safe_nth_fibonacci.h (100%) diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 5397032..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-09-01T02:38:26.754Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ba7dd..7ec8178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-01) +## Unreleased (2024-09-06)
@@ -48,6 +48,16 @@ +
+ +##### Bug Fixes + +- [`511ae22`](https://github.com/stdlib-js/stdlib/commit/511ae22019022653f58464a98034b1821d979714) - update folder name [(#2871)](https://github.com/stdlib-js/stdlib/pull/2871) + +
+ + +
@@ -77,6 +87,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
+- [`511ae22`](https://github.com/stdlib-js/stdlib/commit/511ae22019022653f58464a98034b1821d979714) - **fix:** update folder name [(#2871)](https://github.com/stdlib-js/stdlib/pull/2871) _(by Gunj Joshi)_ - [`f4acf70`](https://github.com/stdlib-js/stdlib/commit/f4acf70af14b1fa8603858a6d6d0727b6c190e5a) - **feat:** add `constants/float32/max-safe-nth-fibonacci` [(#2836)](https://github.com/stdlib-js/stdlib/pull/2836) _(by Gunj Joshi)_ - [`8552f2c`](https://github.com/stdlib-js/stdlib/commit/8552f2c71db0996da51c6170dd9dc834ac74a43c) - **feat:** add `constants/float32/max-safe-nth-factorial` [(#2821)](https://github.com/stdlib-js/stdlib/pull/2821) _(by Gunj Joshi, Athan Reines)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 57d1184..0d81958 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,6 +26,7 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> Frank Kovacs Golden Kumar <103646877+AuenKr@users.noreply.github.com> Gunj Joshi +HarshaNP <96897754+GittyHarsha@users.noreply.github.com> Harshita Kalani Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com> Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> @@ -96,3 +97,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu +yaswanth <116426380+yaswanthkosuru@users.noreply.github.com> diff --git a/float32/max-safe-nth-fibonacci/include/stdlib/constants/float64/max_safe_nth_fibonacci.h b/float32/max-safe-nth-fibonacci/include/stdlib/constants/float32/max_safe_nth_fibonacci.h similarity index 100% rename from float32/max-safe-nth-fibonacci/include/stdlib/constants/float64/max_safe_nth_fibonacci.h rename to float32/max-safe-nth-fibonacci/include/stdlib/constants/float32/max_safe_nth_fibonacci.h