Skip to content

Commit 14b9469

Browse files
committed
Auto-generated commit
1 parent a3b29ac commit 14b9469

File tree

2 files changed

+104
-5
lines changed

2 files changed

+104
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:45:26.844Z
1+
2024-08-03T17:47:32.664Z

CHANGELOG.md

Lines changed: 103 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,7 +40,58 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.3.0 (2024-07-27)
4242

43-
No changes reported for this release.
43+
<section class="features">
44+
45+
### Features
46+
47+
- [`74866cb`](https://github.com/stdlib-js/stdlib/commit/74866cb22b9ad8a348c5b23feef53835715f6f21) - add C implementation for `math/base/assert/is-positive-integer` [(#1780)](https://github.com/stdlib-js/stdlib/pull/1780)
48+
49+
</section>
50+
51+
<!-- /.features -->
52+
53+
<section class="issues">
54+
55+
### Closed Issues
56+
57+
This release closes the following issue:
58+
59+
[#1764](https://github.com/stdlib-js/stdlib/issues/1764)
60+
61+
</section>
62+
63+
<!-- /.issues -->
64+
65+
<section class="commits">
66+
67+
### Commits
68+
69+
<details>
70+
71+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
72+
- [`d40dbaf`](https://github.com/stdlib-js/stdlib/commit/d40dbafc25e3e10c8fa83f5b4203db97c289823c) - **chore:** update package meta data [(#1812)](https://github.com/stdlib-js/stdlib/pull/1812) _(by stdlib-bot)_
73+
- [`74866cb`](https://github.com/stdlib-js/stdlib/commit/74866cb22b9ad8a348c5b23feef53835715f6f21) - **feat:** add C implementation for `math/base/assert/is-positive-integer` [(#1780)](https://github.com/stdlib-js/stdlib/pull/1780) _(by Snehil Shah, Athan Reines, Pranav Goswami)_
74+
75+
</details>
76+
77+
</section>
78+
79+
<!-- /.commits -->
80+
81+
<section class="contributors">
82+
83+
### Contributors
84+
85+
A total of 4 people contributed to this release. Thank you to the following contributors:
86+
87+
- Athan Reines
88+
- Philipp Burckhardt
89+
- Pranav Goswami
90+
- Snehil Shah
91+
92+
</section>
93+
94+
<!-- /.contributors -->
4495

4596
</section>
4697

@@ -80,7 +131,55 @@ No changes reported for this release.
80131

81132
## 0.1.0 (2023-09-23)
82133

83-
No changes reported for this release.
134+
<section class="features">
135+
136+
### Features
137+
138+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
139+
140+
</section>
141+
142+
<!-- /.features -->
143+
144+
<section class="breaking-changes">
145+
146+
### BREAKING CHANGES
147+
148+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
149+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
150+
151+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
152+
153+
</section>
154+
155+
<!-- /.breaking-changes -->
156+
157+
<section class="commits">
158+
159+
### Commits
160+
161+
<details>
162+
163+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
164+
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
165+
166+
</details>
167+
168+
</section>
169+
170+
<!-- /.commits -->
171+
172+
<section class="contributors">
173+
174+
### Contributors
175+
176+
A total of 1 person contributed to this release. Thank you to this contributor:
177+
178+
- Philipp Burckhardt
179+
180+
</section>
181+
182+
<!-- /.contributors -->
84183

85184
</section>
86185

0 commit comments

Comments
 (0)