Skip to content

Commit 11e199a

Browse files
committed
Auto-generated commit
1 parent f1298bd commit 11e199a

File tree

2 files changed

+97
-15
lines changed

2 files changed

+97
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:34:53.833Z
1+
2024-08-03T18:47:41.887Z

CHANGELOG.md

Lines changed: 96 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-28)
68

7-
## Unreleased (2024-08-01)
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`0be04fe`](https://github.com/stdlib-js/stdlib/commit/0be04fed0838ee8603018267ca47e8cbf20556b0) - add boolean dtype support in `array/same-kind-casts` [(#2354)](https://github.com/stdlib-js/stdlib/pull/2354)
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+
- [`0be04fe`](https://github.com/stdlib-js/stdlib/commit/0be04fed0838ee8603018267ca47e8cbf20556b0) - **feat:** add boolean dtype support in `array/same-kind-casts` [(#2354)](https://github.com/stdlib-js/stdlib/pull/2354) _(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,55 @@ 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-28)
52+
## 0.2.1 (2024-02-24)
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-24)
62+
## 0.2.0 (2024-02-14)
5263

53-
No changes reported for this release.
64+
<section class="features">
65+
66+
### Features
67+
68+
- [`870a321`](https://github.com/stdlib-js/stdlib/commit/870a321674e60ab5c44d199c9b4f40f304db166f) - support non-string dtype values
5469

5570
</section>
5671

57-
<!-- /.release -->
72+
<!-- /.features -->
5873

59-
<section class="release" id="v0.2.0">
74+
<section class="commits">
6075

61-
## 0.2.0 (2024-02-14)
76+
### Commits
6277

63-
No changes reported for this release.
78+
<details>
79+
80+
- [`870a321`](https://github.com/stdlib-js/stdlib/commit/870a321674e60ab5c44d199c9b4f40f304db166f) - **feat:** support non-string dtype values _(by Athan Reines)_
81+
82+
</details>
83+
84+
</section>
85+
86+
<!-- /.commits -->
87+
88+
<section class="contributors">
89+
90+
### Contributors
91+
92+
A total of 1 person contributed to this release. Thank you to this contributor:
93+
94+
- Athan Reines
95+
96+
</section>
97+
98+
<!-- /.contributors -->
6499

65100
</section>
66101

@@ -70,7 +105,54 @@ No changes reported for this release.
70105

71106
## 0.1.0 (2023-09-23)
72107

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

75157
</section>
76158

0 commit comments

Comments
 (0)