You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+53-15Lines changed: 53 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.2">
6
6
7
-
## Unreleased (2024-08-01)
7
+
## 0.2.2 (2024-07-28)
8
8
9
9
<sectionclass="commits">
10
10
11
11
### Commits
12
12
13
13
<details>
14
14
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
15
+
-[`41a5c49`](https://github.com/stdlib-js/stdlib/commit/41a5c4954cc46899abfe20145987627b2e86fc94) - **test:**update tests in `ndarray/base/*` to support boolean dtypes [(#2505)](https://github.com/stdlib-js/stdlib/pull/2505)_(by Jaysukh Makvana, Athan Reines)_
16
16
17
17
</details>
18
18
@@ -24,9 +24,10 @@
24
24
25
25
### Contributors
26
26
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
27
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
28
29
29
- Athan Reines
30
+
- Jaysukh Makvana
30
31
31
32
</section>
32
33
@@ -36,16 +37,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
37
37
38
<!-- /.release -->
38
39
39
-
<sectionclass="release"id="v0.2.2">
40
-
41
-
## 0.2.2 (2024-07-28)
42
-
43
-
No changes reported for this release.
44
-
45
-
</section>
46
-
47
-
<!-- /.release -->
48
-
49
40
<sectionclass="release"id="v0.2.1">
50
41
51
42
## 0.2.1 (2024-02-24)
@@ -70,7 +61,54 @@ No changes reported for this release.
70
61
71
62
## 0.1.0 (2023-09-23)
72
63
73
-
No changes reported for this release.
64
+
<sectionclass="features">
65
+
66
+
### Features
67
+
68
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
69
+
70
+
</section>
71
+
72
+
<!-- /.features -->
73
+
74
+
<sectionclass="breaking-changes">
75
+
76
+
### BREAKING CHANGES
77
+
78
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
79
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
80
+
81
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
82
+
83
+
</section>
84
+
85
+
<!-- /.breaking-changes -->
86
+
87
+
<sectionclass="commits">
88
+
89
+
### Commits
90
+
91
+
<details>
92
+
93
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
94
+
95
+
</details>
96
+
97
+
</section>
98
+
99
+
<!-- /.commits -->
100
+
101
+
<sectionclass="contributors">
102
+
103
+
### Contributors
104
+
105
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments