Skip to content

Commit

Permalink
Version 0.8.0 release (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 22, 2022
1 parent 8a6bdd1 commit 22c1093
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 190 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

We follow [Semantic Versions](https://semver.org/).

## Version 0.8.0

### Features

- Bump `coverage` to `7.0`


## Version 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unit:
package:
poetry check
poetry run pip check
poetry run safety check --full-report --ignore=51457
poetry run safety check --full-report

.PHONY: test
test: lint unit package
Loading

0 comments on commit 22c1093

Please sign in to comment.