Skip to content

Commit b9e3b14

Browse files
committed
Auto-generated commit
1 parent fd8276f commit b9e3b14

File tree

4 files changed

+89
-16
lines changed

4 files changed

+89
-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:51:07.459Z
1+
2024-09-01T06:17:41.138Z

CHANGELOG.md

Lines changed: 85 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
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
612

7-
## Unreleased (2024-08-01)
13+
- [`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - add boolean dtype support to `ndarray/base/buffer` [(#2574)](https://github.com/stdlib-js/stdlib/pull/2574)
14+
15+
</section>
16+
17+
<!-- /.features -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - **feat:** add boolean dtype support to `ndarray/base/buffer` [(#2574)](https://github.com/stdlib-js/stdlib/pull/2574) _(by Jaysukh Makvana, Athan Reines)_
1626

1727
</details>
1828

@@ -24,9 +34,10 @@
2434

2535
### Contributors
2636

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

2939
- Athan Reines
40+
- Jaysukh Makvana
3041

3142
</section>
3243

@@ -36,31 +47,45 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.3.0">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.3.0 (2024-07-29)
52+
## 0.2.1 (2024-02-25)
4253

4354
No changes reported for this release.
4455

4556
</section>
4657

4758
<!-- /.release -->
4859

49-
<section class="release" id="v0.2.1">
60+
<section class="release" id="v0.2.0">
5061

51-
## 0.2.1 (2024-02-25)
62+
## 0.2.0 (2024-02-14)
5263

53-
No changes reported for this release.
64+
<section class="commits">
65+
66+
### Commits
67+
68+
<details>
69+
70+
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
71+
72+
</details>
5473

5574
</section>
5675

57-
<!-- /.release -->
76+
<!-- /.commits -->
5877

59-
<section class="release" id="v0.2.0">
78+
<section class="contributors">
6079

61-
## 0.2.0 (2024-02-14)
80+
### Contributors
6281

63-
No changes reported for this release.
82+
A total of 1 person contributed to this release. Thank you to this contributor:
83+
84+
- Philipp Burckhardt
85+
86+
</section>
87+
88+
<!-- /.contributors -->
6489

6590
</section>
6691

@@ -80,7 +105,53 @@ No changes reported for this release.
80105

81106
## 0.1.0 (2023-09-24)
82107

83-
No changes reported for this release.
108+
<section class="features">
109+
110+
### Features
111+
112+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
113+
114+
</section>
115+
116+
<!-- /.features -->
117+
118+
<section class="breaking-changes">
119+
120+
### BREAKING CHANGES
121+
122+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
123+
124+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
125+
126+
</section>
127+
128+
<!-- /.breaking-changes -->
129+
130+
<section class="commits">
131+
132+
### Commits
133+
134+
<details>
135+
136+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
137+
138+
</details>
139+
140+
</section>
141+
142+
<!-- /.commits -->
143+
144+
<section class="contributors">
145+
146+
### Contributors
147+
148+
A total of 1 person contributed to this release. Thank you to this contributor:
149+
150+
- Philipp Burckhardt
151+
152+
</section>
153+
154+
<!-- /.contributors -->
84155

85156
</section>
86157

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
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/buffer-alloc-unsafe": "^0.2.2",
4141
"@stdlib/ndarray-base-buffer-ctors": "^0.3.0",
42-
"@stdlib/types": "^0.3.2"
42+
"@stdlib/types": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-bool": "^0.1.0",

0 commit comments

Comments
 (0)