Skip to content

Commit 24e78c5

Browse files
committed
Auto-generated commit
1 parent 5b21919 commit 24e78c5

File tree

10 files changed

+59
-17
lines changed

10 files changed

+59
-17
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ indent_style = tab
121121
[*.{md,md.txt}]
122122
indent_style = space
123123
indent_size = 4
124-
trim_trailing_whitespace = false
124+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125125
126126
# Set properties for `usage.txt` files:
127127
[usage.txt]

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
env:
5151
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5252

53-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
54-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
53+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
54+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5555

5656
# Define the sequence of job steps...
5757
steps:

.github/workflows/test_published_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
env:
4848
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4949

50-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
51-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
50+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
51+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5252

5353
# Define the job's steps:
5454
steps:

CHANGELOG.md

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

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-01-11)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`1d9e4dd`](https://github.com/stdlib-js/stdlib/commit/1d9e4dd5514ba4f3c1063dff732e37254dc0dd84) - **docs:** add missing comment _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-29)

CONTRIBUTORS

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
910
Ahmed Atwa <[email protected]>
1011
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1113
Aleksandr <[email protected]>
1214
Ali Salesi <[email protected]>
1315
Aman Bhansali <[email protected]>
@@ -24,6 +26,9 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
Dhruv Arvind Singh <[email protected]>
31+
Divyansh Seth <[email protected]>
2732
Dominic Lim <[email protected]>
2833
Dominik Moritz <[email protected]>
2934
Dorrin Sotoudeh <[email protected]>
@@ -45,12 +50,12 @@ Joey Reed <[email protected]>
4550
Jordan Gallivan <[email protected]>
4651
Joris Labie <[email protected]>
4752
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
4854
Karthik Prakash <[email protected]>
49-
5055
Kohantika Nath <[email protected]>
5156
Krishnendu Das <[email protected]>
5257
Kshitij-Dale <[email protected]>
53-
58+
Lovelin Dhoni J B <[email protected]>
5459
Manik Sharma <[email protected]>
5560
Manvith M <[email protected]>
5661
Marcus Fantham <[email protected]>
@@ -61,6 +66,7 @@ Mohammad Kaif <[email protected]>
6166
Momtchil Momtchev <[email protected]>
6267
Muhammad Haris <[email protected]>
6368
Naresh Jagadeesan <[email protected]>
69+
Naveen Kumar <[email protected]>
6470
Neeraj Pathak <[email protected]>
6571
Nishant Shinde <[email protected]>
6672
Nithin Katta <[email protected]>
@@ -71,10 +77,11 @@ Ori Miles <[email protected]>
7177
Philipp Burckhardt <[email protected]>
7278
Prajwal Kulkarni <[email protected]>
7379
Pranav Goswami <[email protected]>
74-
75-
80+
Pranjal Jha <[email protected]>
81+
Prashant Kumar Yadav <[email protected]>
82+
Pratik Singh <[email protected]>
7683
Pratyush Kumar Chouhan <[email protected]>
77-
84+
Priyansh Prajapati <[email protected]>
7885
Priyanshu Agarwal <[email protected]>
7986
Pushpendra Chandravanshi <[email protected]>
8087
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +100,7 @@ Sarthak Paandey <[email protected]>
93100
Saurabh Singh <[email protected]>
94101
Seyyed Parsa Neshaei <[email protected]>
95102
Shashank Shekhar Singh <[email protected]>
96-
103+
Shivam Ahir <[email protected]>
97104
Shraddheya Shendre <[email protected]>
98105
Shubh Mehta <[email protected]>
99106
Shubham Mishra <[email protected]>
@@ -112,10 +119,10 @@ UtkershBasnet <[email protected]>
112119
Vaibhav Patel <[email protected]>
113120
Varad Gupta <[email protected]>
114121
Vinit Pandit <[email protected]>
122+
Vivek Maurya <[email protected]>
115123
Xiaochuan Ye <[email protected]>
116124
Yaswanth Kosuru <[email protected]>
117125
Yernar Yergaziyev <[email protected]>
118-
119126
olenkabilonizhka <[email protected]>
120127
121128

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ See [LICENSE][stdlib-license].
185185

186186
## Copyright
187187

188-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
188+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
189189

190190
</section>
191191

0 commit comments

Comments
 (0)