Skip to content

Commit

Permalink
chore(main): release 0.0.11 (#70)
Browse files Browse the repository at this point in the history
* build: ignore CHANGELOG.md from codacy checks
* chore(main): release 0.0.11
  • Loading branch information
davidjrice authored Apr 5, 2024
1 parent b1e90e5 commit baba97a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ engines:
remark-lint:
rules:
list-item-indent: false
exclude_paths:
- "CHANGELOG.md"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.11](https://github.com/davidjrice/autopytest/compare/v0.0.10...v0.0.11) (2024-04-05)


### Bug Fixes

* Refurb FURB149 & FURB184 compliance ([#62](https://github.com/davidjrice/autopytest/issues/62)) ([4844c88](https://github.com/davidjrice/autopytest/commit/4844c88824632b1e92f5bb69da9e2d37d0444bbf))

## [0.0.10](https://github.com/davidjrice/autopytest/compare/v0.0.9...v0.0.10) (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "autopytest"
version = "0.0.10"
version = "0.0.11"
description = "Autotest python code"
authors = [
{ name = "David Rice", email = "[email protected]" },
Expand Down

0 comments on commit baba97a

Please sign in to comment.