Skip to content

Commit

Permalink
update changelog (#53)
Browse files Browse the repository at this point in the history
* update changelog

* Excluded asyncssh from license workflow

Co-authored-by: Alejandro Esquivel <[email protected]>
  • Loading branch information
venkatBala and AlejandroEsquivel authored Oct 25, 2022
1 parent 97400c5 commit 90644c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
requirements: "requirements.txt"
fail: "Copyleft,Error,Other"
exclude: "^(pylint|aio[-_]*|covalent).*
exclude: "^(pylint|aio[-_]*|covalent|asyncssh).*"
with-totals: true
table-headers: true
- name: Print report
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Operations

- Fix errors in `license.yml`
- Pre-commit autoupdate. (merging changes in main)

## [0.15.0] - 2022-10-25

Expand Down

0 comments on commit 90644c1

Please sign in to comment.