Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 29, 2023
1 parent 719d07f commit 779b381
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-->

## v1.2.0 (2023-04-29)
### Feature
* Handle false positive for TC300 ([`719d07f`](https://github.com/guilatrova/tryceratops/commit/719d07f46dc68d4036964216c65aafdf452366da))

### Documentation
* Fix syntax err in TC003 ([`130a7f2`](https://github.com/guilatrova/tryceratops/commit/130a7f2a512aaeefb6bb7faaced75d8865ce9b26))
* Add poetry install option ([`fa50c28`](https://github.com/guilatrova/tryceratops/commit/fa50c2840b2ff3afc2c57d136d921b1dba54fc57))
* Update readme ([`9291efb`](https://github.com/guilatrova/tryceratops/commit/9291efb9a159cbfbd9db6127944bac2fd6aa3dd2))

## v1.1.0 (2022-04-30)
### Feature
* Reduce dependencies contraints ([`1a71007`](https://github.com/guilatrova/tryceratops/commit/1a710072c86f4747a375e0bcd88766e856baeaf9))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v1.1.0
rev: v1.2.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 @@ -26,7 +26,7 @@ and you should be ready to go!

```sh
❯ poetry run tryceratops --version
tryceratops, version 1.1.0
tryceratops, version 1.2.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 = "1.1.0"
version = "1.2.0"
description = "Prevent Exception Handling AntiPatterns"
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 @@
"""Prevent Exception Handling AntiPatterns"""

__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 779b381

Please sign in to comment.