Skip to content

Commit 2eb59a6

Browse files
committed
Auto-generated commit
1 parent 995d06e commit 2eb59a6

File tree

6 files changed

+35
-25
lines changed

6 files changed

+35
-25
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-12-30T02:16:33.049Z

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-11-21)
7+
## Unreleased (2024-12-30)
88

99
<section class="bug-fixes">
1010

CONTRIBUTORS

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

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
6-
AbhijitRaut04 <[email protected].com>
7+
Abhijit Raut <abhijitmraut8010@gmail.com>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
9-
AgPriyanshu18 <[email protected]>
10+
Ahmed Atwa <[email protected]>
11+
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1013
Aleksandr <[email protected]>
1114
Ali Salesi <[email protected]>
1215
Aman Bhansali <[email protected]>
@@ -23,6 +26,8 @@ Dan Rose <[email protected]>
2326
Daniel Killenberger <[email protected]>
2427
Daniel Yu <[email protected]>
2528
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
Divyansh Seth <[email protected]>
2631
Dominic Lim <[email protected]>
2732
Dominik Moritz <[email protected]>
2833
Dorrin Sotoudeh <[email protected]>
@@ -44,51 +49,56 @@ Joey Reed <[email protected]>
4449
Jordan Gallivan <[email protected]>
4550
Joris Labie <[email protected]>
4651
Justin Dennison <[email protected]>
47-
Kaif Mohd <[email protected]>
4852
Karthik Prakash <[email protected]>
49-
5053
Kohantika Nath <[email protected]>
5154
Krishnendu Das <[email protected]>
52-
55+
Kshitij-Dale <[email protected]>
56+
Lovelin Dhoni J B <[email protected]>
5357
Manik Sharma <[email protected]>
58+
Manvith M <[email protected]>
5459
Marcus Fantham <[email protected]>
5560
Matt Cochrane <[email protected]>
5661
Mihir Pandit <[email protected]>
5762
Milan Raj <[email protected]>
58-
Mohammad Kaif <[email protected].com>
63+
Mohammad Kaif <mdkaifprofession@gmail.com>
5964
Momtchil Momtchev <[email protected]>
6065
Muhammad Haris <[email protected]>
6166
Naresh Jagadeesan <[email protected]>
67+
Naveen Kumar <[email protected]>
6268
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
69+
Nishant Shinde <[email protected].com>
6470
Nithin Katta <[email protected]>
6571
Nourhan Hasan <[email protected]>
6672
Ognjen Jevremović <[email protected]>
6773
Oneday12323 <[email protected]>
74+
Ori Miles <[email protected]>
6875
Philipp Burckhardt <[email protected]>
6976
Prajwal Kulkarni <[email protected]>
7077
Pranav Goswami <[email protected]>
71-
72-
78+
Pranjal Jha <[email protected]>
79+
Prashant Kumar Yadav <[email protected]>
80+
Pratik Singh <[email protected]>
7381
Pratyush Kumar Chouhan <[email protected]>
74-
82+
Priyansh Prajapati <[email protected]>
83+
Priyanshu Agarwal <[email protected]>
7584
Pushpendra Chandravanshi <[email protected]>
76-
7785
Raunak Kumar Gupta <[email protected]>
7886
Rejoan Sardar <[email protected]>
7987
Ricky Reusser <[email protected]>
8088
Ridam Garg <[email protected]>
89+
8190
Robert Gislason <[email protected]>
8291
Roman Stetsyk <[email protected]>
83-
92+
Rutam Kathale <[email protected]>
8493
Ruthwik Chikoti <[email protected]>
8594
Ryan Seal <[email protected]>
95+
Rylan Yang <[email protected]>
8696
Sai Srikar Dumpeti <[email protected]>
87-
SarthakPaandey <[email protected]>
97+
Sarthak Paandey <[email protected]>
8898
Saurabh Singh <[email protected]>
8999
Seyyed Parsa Neshaei <[email protected]>
90100
Shashank Shekhar Singh <[email protected]>
91-
101+
Shivam Ahir <[email protected]>
92102
Shraddheya Shendre <[email protected]>
93103
Shubh Mehta <[email protected]>
94104
Shubham Mishra <[email protected]>
@@ -97,7 +107,7 @@ Snehil Shah <[email protected]>
97107
Soumajit Chatterjee <[email protected]>
98108
Spandan Barve <[email protected]>
99109
Stephannie Jiménez Gacha <[email protected]>
100-
Suraj kumar <[email protected]>
110+
Suraj Kumar <[email protected]>
101111
Tirtadwipa Manunggal <[email protected]>
102112
Tudor Pagu <[email protected]>
103113
Tufailahmed Bargir <[email protected]>
@@ -106,12 +116,11 @@ Utkarsh Raj <[email protected]>
106116
UtkershBasnet <[email protected]>
107117
Vaibhav Patel <[email protected]>
108118
Varad Gupta <[email protected]>
119+
Vinit Pandit <[email protected]>
120+
Vivek maurya <[email protected]>
109121
Xiaochuan Ye <[email protected]>
122+
Yaswanth Kosuru <[email protected]>
110123
Yernar Yergaziyev <[email protected]>
111-
112-
nishant-s7 <[email protected]>
113124
olenkabilonizhka <[email protected]>
114-
orimiles5 <[email protected]>
115125
116126
117-

0 commit comments

Comments
 (0)