Skip to content

Commit 89057d7

Browse files
committed
Release v0.3.2
1 parent 7dbbbbe commit 89057d7

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.3.2">
6+
7+
## 0.3.2 (2024-11-05)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.3.1">
616

717
## 0.3.1 (2024-08-18)

CONTRIBUTORS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
6+
AbhijitRaut04 <[email protected]>
57
Adarsh Palaskar <[email protected]>
68
Aditya Sapra <[email protected]>
79
AgPriyanshu18 <[email protected]>
@@ -20,25 +22,32 @@ Christopher Dambamuromo <[email protected]>
2022
2123
Daniel Killenberger <[email protected]>
2224
Daniel Yu <[email protected]>
25+
Debashis Maharana <[email protected]>
26+
Dominic Lim <[email protected]>
2327
Dominik Moritz <[email protected]>
2428
Dorrin Sotoudeh <[email protected]>
2529
EuniceSim142 <[email protected]>
2630
Frank Kovacs <[email protected]>
2731
Golden Kumar <[email protected]>
2832
Gunj Joshi <[email protected]>
33+
Gururaj Gurram <[email protected]>
34+
2935
Harshita Kalani <[email protected]>
3036
Hridyanshu <[email protected]>
3137
Jaimin Godhani <[email protected]>
3238
James Gelok <[email protected]>
3339
Jaysukh Makvana <[email protected]>
40+
Jenish Thapa <[email protected]>
3441
Jithin KS <[email protected]>
3542
Joel Mathew Koshy <[email protected]>
3643
Joey Reed <[email protected]>
3744
Jordan Gallivan <[email protected]>
3845
Joris Labie <[email protected]>
3946
Justin Dennison <[email protected]>
47+
Kaif Mohd <[email protected]>
4048
Karthik Prakash <[email protected]>
4149
50+
Kohantika Nath <[email protected]>
4251
Krishnendu Das <[email protected]>
4352
4453
Manik Sharma <[email protected]>
@@ -62,6 +71,7 @@ Praneki <[email protected]>
6271
6372
6473
Pushpendra Chandravanshi <[email protected]>
74+
6575
Raunak Kumar Gupta <[email protected]>
6676
Rejoan Sardar <[email protected]>
6777
Ricky Reusser <[email protected]>
@@ -86,13 +96,18 @@ Stephannie Jiménez Gacha <[email protected]>
8696
Suraj kumar <[email protected]>
8797
Tirtadwipa Manunggal <[email protected]>
8898
Tudor Pagu <[email protected]>
99+
Tufailahmed Bargir <[email protected]>
89100
Utkarsh <http://[email protected]>
90101
Utkarsh Raj <[email protected]>
102+
UtkershBasnet <[email protected]>
103+
Vaibhav Patel <[email protected]>
91104
Varad Gupta <[email protected]>
92105
Xiaochuan Ye <[email protected]>
93106
Yernar Yergaziyev <[email protected]>
94107
95108
nishant-s7 <[email protected]>
109+
olenkabilonizhka <[email protected]>
96110
orimiles5 <[email protected]>
97111
98112
113+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
194194
[npm-image]: http://img.shields.io/npm/v/@stdlib/plot.svg
195195
[npm-url]: https://npmjs.org/package/@stdlib/plot
196196

197-
[test-image]: https://github.com/stdlib-js/plot/actions/workflows/test.yml/badge.svg?branch=v0.3.1
198-
[test-url]: https://github.com/stdlib-js/plot/actions/workflows/test.yml?query=branch:v0.3.1
197+
[test-image]: https://github.com/stdlib-js/plot/actions/workflows/test.yml/badge.svg?branch=v0.3.2
198+
[test-url]: https://github.com/stdlib-js/plot/actions/workflows/test.yml?query=branch:v0.3.2
199199

200200
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/plot/main.svg
201201
[coverage-url]: https://codecov.io/github/stdlib-js/plot?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/plot",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Plotting.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)