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
+62-15
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,27 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.3.0">
6
+
7
+
## 0.3.0 (2024-07-29)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`0f0dbca`](https://github.com/stdlib-js/stdlib/commit/0f0dbcaa7eddb30c09c8cc394224cd4a409b90a6) - add boolean dtype support to `ndarray/base/buffer-ctors`[(#2571)](https://github.com/stdlib-js/stdlib/pull/2571)
14
+
15
+
</section>
6
16
7
-
## Unreleased (2024-08-01)
17
+
<!-- /.features -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
25
+
-[`0f0dbca`](https://github.com/stdlib-js/stdlib/commit/0f0dbcaa7eddb30c09c8cc394224cd4a409b90a6) - **feat:**add boolean dtype support to `ndarray/base/buffer-ctors`[(#2571)](https://github.com/stdlib-js/stdlib/pull/2571)_(by Jaysukh Makvana, Athan Reines)_
16
26
17
27
</details>
18
28
@@ -24,9 +34,10 @@
24
34
25
35
### Contributors
26
36
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:
28
38
29
39
- Athan Reines
40
+
- Jaysukh Makvana
30
41
31
42
</section>
32
43
@@ -36,16 +47,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
47
37
48
<!-- /.release -->
38
49
39
-
<sectionclass="release"id="v0.3.0">
40
-
41
-
## 0.3.0 (2024-07-29)
42
-
43
-
No changes reported for this release.
44
-
45
-
</section>
46
-
47
-
<!-- /.release -->
48
-
49
50
<sectionclass="release"id="v0.2.1">
50
51
51
52
## 0.2.1 (2024-02-25)
@@ -70,7 +71,53 @@ No changes reported for this release.
70
71
71
72
## 0.1.0 (2023-09-24)
72
73
73
-
No changes reported for this release.
74
+
<sectionclass="features">
75
+
76
+
### Features
77
+
78
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
79
+
80
+
</section>
81
+
82
+
<!-- /.features -->
83
+
84
+
<sectionclass="breaking-changes">
85
+
86
+
### BREAKING CHANGES
87
+
88
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
89
+
90
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
91
+
92
+
</section>
93
+
94
+
<!-- /.breaking-changes -->
95
+
96
+
<sectionclass="commits">
97
+
98
+
### Commits
99
+
100
+
<details>
101
+
102
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
103
+
104
+
</details>
105
+
106
+
</section>
107
+
108
+
<!-- /.commits -->
109
+
110
+
<sectionclass="contributors">
111
+
112
+
### Contributors
113
+
114
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments