Skip to content

Commit 5d78fa8

Browse files
committed
Auto-generated commit
1 parent 05bd143 commit 5d78fa8

File tree

2 files changed

+103
-15
lines changed

2 files changed

+103
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:48:30.523Z
1+
2024-08-03T20:14:52.818Z

CHANGELOG.md

Lines changed: 102 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
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-28)
68

7-
## Unreleased (2024-08-01)
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - add boolean dtype support in `array/dtypes` [(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)
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+
- [`1cba41b`](https://github.com/stdlib-js/stdlib/commit/1cba41b45734d186a349d7987028307144faf4a3) - **docs:** update examples _(by Athan Reines)_
26+
- [`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - **feat:** add boolean dtype support in `array/dtypes` [(#2307)](https://github.com/stdlib-js/stdlib/pull/2307) _(by Jaysukh Makvana, Athan Reines)_
1627

1728
</details>
1829

@@ -24,9 +35,10 @@
2435

2536
### Contributors
2637

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

2940
- Athan Reines
41+
- Jaysukh Makvana
3042

3143
</section>
3244

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

3749
<!-- /.release -->
3850

39-
<section class="release" id="v0.3.0">
51+
<section class="release" id="v0.2.1">
4052

41-
## 0.3.0 (2024-07-28)
53+
## 0.2.1 (2024-02-24)
4254

4355
No changes reported for this release.
4456

4557
</section>
4658

4759
<!-- /.release -->
4860

49-
<section class="release" id="v0.2.1">
61+
<section class="release" id="v0.2.0">
5062

51-
## 0.2.1 (2024-02-24)
63+
## 0.2.0 (2024-02-14)
5264

53-
No changes reported for this release.
65+
<section class="features">
66+
67+
### Features
68+
69+
- [`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - add support for 'typed' data type kind
70+
- [`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - add support for extending data type kind subsets with a \"generic\" data type
71+
- [`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - add support for returning data type subsets according to a kind argument
5472

5573
</section>
5674

57-
<!-- /.release -->
75+
<!-- /.features -->
5876

59-
<section class="release" id="v0.2.0">
77+
<section class="commits">
6078

61-
## 0.2.0 (2024-02-14)
79+
### Commits
6280

63-
No changes reported for this release.
81+
<details>
82+
83+
- [`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
84+
- [`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - **feat:** add support for extending data type kind subsets with a \"generic\" data type _(by Athan Reines)_
85+
- [`fca5a49`](https://github.com/stdlib-js/stdlib/commit/fca5a4950e85bac6e21ff1665924489c1bcb9643) - **bench:** fix assertion _(by Athan Reines)_
86+
- [`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - **feat:** add support for returning data type subsets according to a kind argument _(by Athan Reines)_
87+
88+
</details>
89+
90+
</section>
91+
92+
<!-- /.commits -->
93+
94+
<section class="contributors">
95+
96+
### Contributors
97+
98+
A total of 1 person contributed to this release. Thank you to this contributor:
99+
100+
- Athan Reines
101+
102+
</section>
103+
104+
<!-- /.contributors -->
64105

65106
</section>
66107

@@ -70,7 +111,54 @@ No changes reported for this release.
70111

71112
## 0.1.0 (2023-09-24)
72113

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

75163
</section>
76164

0 commit comments

Comments
 (0)