Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version up to v0.2.1 #144

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading