Skip to content

Commit 453e995

Browse files
committedDec 30, 2023
docs:更新Readme,添加.gitattributes修正项目主要语言
1 parent 6b02998 commit 453e995

File tree

16 files changed

+16066
-8140
lines changed

16 files changed

+16066
-8140
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
report.html linguist-generated

‎.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
python-version: 3.
2121

22-
- name: Get the version
2322
id: get_version
2423
run: |
2524
echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.1.10 (2023-12-20)
2+
3+
### Misc
4+
5+
- workflow_update
6+
7+
18
0.1.7 (2023-12-20)
29

310
### Bugfixes

0 commit comments

Comments
 (0)
Please sign in to comment.