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
+68-13
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,34 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.0">
6
+
7
+
## 0.2.0 (2024-07-29)
8
+
9
+
<sectionclass="features">
6
10
7
-
## Unreleased (2024-08-01)
11
+
### Features
12
+
13
+
-[`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - add boolean dtype support to `array/base/count-same-value`[(#2473)](https://github.com/stdlib-js/stdlib/pull/2473)
14
+
15
+
</section>
16
+
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)_
-[`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - **feat:** add boolean dtype support to `array/base/count-same-value`[(#2473)](https://github.com/stdlib-js/stdlib/pull/2473)_(by Jaysukh Makvana, Athan Reines)_
28
+
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
29
+
-[`e3eff9b`](https://github.com/stdlib-js/stdlib/commit/e3eff9b1c12541182496f56e816fc7c55911a00e) - **docs:** add same value example _(by Athan Reines)_
-[`9d7da34`](https://github.com/stdlib-js/stdlib/commit/9d7da343b78966f102f433340f56d135cde00298) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
32
+
-[`215a6ec`](https://github.com/stdlib-js/stdlib/commit/215a6ec65bec3039e0ba0cd78e5a55be4b5f35c2) - **docs:** clean-up examples and descriptions _(by Athan Reines)_
16
33
17
34
</details>
18
35
@@ -24,9 +41,10 @@
24
41
25
42
### Contributors
26
43
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
44
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
45
29
46
- Athan Reines
47
+
- Jaysukh Makvana
30
48
31
49
</section>
32
50
@@ -36,31 +54,68 @@ A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments