Skip to content

Commit

Permalink
Merge pull request #144 from Kaiser-Yang/fix-v0.2.1
Browse files Browse the repository at this point in the history
Bump version up to v0.2.1.
  • Loading branch information
Quentin9922 authored Jul 16, 2024
2 parents ce5e791 + 5ca03a5 commit c344a0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Apply clang-format"
token: ${{ secrets.PAT }} # use your PAT
4 changes: 4 additions & 0 deletions doc/en/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Log
`v0.2.1`:
* Fix a git action workflow bug: remove an unused argument
* Fix the link of the documents for developers

`v0.2.0`:
* All basic multi-thread operations of matrix are supported.
* Rich documents are finished.
Expand Down
2 changes: 1 addition & 1 deletion doc/en/developer/projectBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ for code coverage report after building and compiling (make sure `mca_BUILD_TEST

[Back to `How to write my code`](codeWrite.md)

[Next: `How to submit my code`](codeubmit.md)
[Next: `How to submit my code`](codeSubmit.md)

[Back to the index](index.md)

0 comments on commit c344a0d

Please sign in to comment.