Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 31, 2021
1 parent 459e103 commit 38803c2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v0.5.0 (2021-07-31)
### Feature
* **analyzers:** Add analyzer log exception object ([`b7385da`](https://github.com/guilatrova/tryceratops/commit/b7385da16ff68fa5320a86adf02ebd03efeb1c22))
* **analyzers:** Add analyzer for log error ([`4c755e5`](https://github.com/guilatrova/tryceratops/commit/4c755e54d7f324eb3e5937cd501bb09e9493fae3))

### Documentation
* Add sample for TC401 (logging w/o object) ([`875ce09`](https://github.com/guilatrova/tryceratops/commit/875ce09f5efbaccdd555ffe4bd3cdb4ab6c38b4b))
* Add sample for TC400 (logging.exception) ([`a74d97b`](https://github.com/guilatrova/tryceratops/commit/a74d97be73bb1e12e50d2bb3721a0169c0a40ade))

## v0.4.0 (2021-07-30)
### Feature
* Add verbose flag ([`95a34b6`](https://github.com/guilatrova/tryceratops/commit/95a34b643ad71c392d419006607ba4d3cbb68375))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v0.4.0
rev: v0.5.0
hooks:
- id: tryceratops
```
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and you should be ready to go!

```sh
❯ poetry run tryceratops --version
tryceratops, version 0.4.0
tryceratops, version 0.5.0
```

## Testing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tryceratops"
version = "0.4.0"
version = "0.5.0"
description = "A linter to manage your exception like a PRO!"
authors = ["Guilherme Latrova <hello@guilatrova.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/tryceratops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A linter to manage your exception like a PRO!"""

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 38803c2

Please sign in to comment.