Skip to content

Commit 7d53874

Browse files
committed
Auto-generated commit
1 parent 510ea08 commit 7d53874

File tree

4 files changed

+120
-16
lines changed

4 files changed

+120
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:56:23.839Z
1+
2024-09-01T06:23:22.057Z

CHANGELOG.md

Lines changed: 116 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,42 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
6+
7+
## 0.3.0 (2024-07-29)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`dc36936`](https://github.com/stdlib-js/stdlib/commit/dc369364ee617f8f62b40d951a0f0d34f795da6e) - add boolean dtype support to `strided/base/mskunary` [(#2520)](https://github.com/stdlib-js/stdlib/pull/2520)
14+
15+
</section>
16+
17+
<!-- /.features -->
18+
19+
<section class="bug-fixes">
20+
21+
### Bug Fixes
622

7-
## Unreleased (2024-08-01)
23+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
24+
25+
</section>
26+
27+
<!-- /.bug-fixes -->
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
36+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
37+
- [`e47b1be`](https://github.com/stdlib-js/stdlib/commit/e47b1be3a80eb9a7ab1fa9f421a133a580ce4366) - **refactor:** reduce code duplication _(by Athan Reines)_
38+
- [`dc36936`](https://github.com/stdlib-js/stdlib/commit/dc369364ee617f8f62b40d951a0f0d34f795da6e) - **feat:** add boolean dtype support to `strided/base/mskunary` [(#2520)](https://github.com/stdlib-js/stdlib/pull/2520) _(by Jaysukh Makvana)_
39+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
40+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
1641

1742
</details>
1843

@@ -24,9 +49,10 @@
2449

2550
### Contributors
2651

27-
A total of 1 person contributed to this release. Thank you to this contributor:
52+
A total of 2 people contributed to this release. Thank you to the following contributors:
2853

2954
- Athan Reines
55+
- Jaysukh Makvana
3056

3157
</section>
3258

@@ -36,31 +62,48 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3662

3763
<!-- /.release -->
3864

39-
<section class="release" id="v0.3.0">
65+
<section class="release" id="v0.2.1">
4066

41-
## 0.3.0 (2024-07-29)
67+
## 0.2.1 (2024-02-25)
4268

4369
No changes reported for this release.
4470

4571
</section>
4672

4773
<!-- /.release -->
4874

49-
<section class="release" id="v0.2.1">
75+
<section class="release" id="v0.2.0">
5076

51-
## 0.2.1 (2024-02-25)
77+
## 0.2.0 (2024-02-14)
5278

53-
No changes reported for this release.
79+
<section class="commits">
80+
81+
### Commits
82+
83+
<details>
84+
85+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
86+
- [`7db5611`](https://github.com/stdlib-js/stdlib/commit/7db56115b014aa41e4a3458629286ae3bd99c4e7) - **docs:** update links and fix headings _(by Athan Reines)_
87+
- [`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
88+
89+
</details>
5490

5591
</section>
5692

57-
<!-- /.release -->
93+
<!-- /.commits -->
5894

59-
<section class="release" id="v0.2.0">
95+
<section class="contributors">
6096

61-
## 0.2.0 (2024-02-14)
97+
### Contributors
6298

63-
No changes reported for this release.
99+
A total of 2 people contributed to this release. Thank you to the following contributors:
100+
101+
- Athan Reines
102+
- Philipp Burckhardt
103+
104+
</section>
105+
106+
<!-- /.contributors -->
64107

65108
</section>
66109

@@ -70,7 +113,66 @@ No changes reported for this release.
70113

71114
## 0.1.0 (2023-09-24)
72115

73-
No changes reported for this release.
116+
<section class="features">
117+
118+
### Features
119+
120+
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version
121+
122+
</section>
123+
124+
<!-- /.features -->
125+
126+
<section class="bug-fixes">
127+
128+
### Bug Fixes
129+
130+
- [`0a81f83`](https://github.com/stdlib-js/stdlib/commit/0a81f837f2eb6e7c0fec6bf5d25066f6c11095a9) - resolve C lint errors
131+
132+
</section>
133+
134+
<!-- /.bug-fixes -->
135+
136+
<section class="breaking-changes">
137+
138+
### BREAKING CHANGES
139+
140+
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
141+
142+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
143+
144+
</section>
145+
146+
<!-- /.breaking-changes -->
147+
148+
<section class="commits">
149+
150+
### Commits
151+
152+
<details>
153+
154+
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
155+
- [`0a81f83`](https://github.com/stdlib-js/stdlib/commit/0a81f837f2eb6e7c0fec6bf5d25066f6c11095a9) - **fix:** resolve C lint errors _(by Athan Reines)_
156+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
157+
158+
</details>
159+
160+
</section>
161+
162+
<!-- /.commits -->
163+
164+
<section class="contributors">
165+
166+
### Contributors
167+
168+
A total of 2 people contributed to this release. Thank you to the following contributors:
169+
170+
- Athan Reines
171+
- Philipp Burckhardt
172+
173+
</section>
174+
175+
<!-- /.contributors -->
74176

75177
</section>
76178

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@stdlib/complex-float32-ctor": "^0.0.2",
5050
"@stdlib/complex-float64-ctor": "^0.0.3",
5151
"@stdlib/strided-base-stride2offset": "^0.1.0",
52-
"@stdlib/types": "^0.3.2",
52+
"@stdlib/types": "^0.4.1",
5353
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
5454
"@stdlib/utils-library-manifest": "^0.2.2"
5555
},

0 commit comments

Comments
 (0)