Skip to content

Commit

Permalink
0.3.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 21, 2021
1 parent 0a2c1c5 commit 4cdb60a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.3.0 (2021-07-21)
### Feature
* Rename 'notc' tokens to become 'noqa' ([`0a2c1c5`](https://github.com/guilatrova/tryceratops/commit/0a2c1c5a9efe77c94a0080369ce2e18ae3e937b7))

### Breaking
* Any previous 'notc' token will stop working. Now you must use 'noqa' instead, which keeps consistent with flake8 standards ([`0a2c1c5`](https://github.com/guilatrova/tryceratops/commit/0a2c1c5a9efe77c94a0080369ce2e18ae3e937b7))

### Documentation
* Add changelog to pypi and readme ([`9dac24b`](https://github.com/guilatrova/tryceratops/commit/9dac24b50b92e39abac63307345343189ccb24bf))

## v0.2.6 (2021-07-21)
### Fix
* **cli:** Return exit code for unprocessed ([`50df1dc`](https://github.com/guilatrova/tryceratops/commit/50df1dcb3f671062a76b280c994672a2313b9d38))
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.2.6
rev: v0.3.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.2.6
tryceratops, version 0.3.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.2.6"
version = "0.3.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.2.6"
__version__ = "0.3.0"

0 comments on commit 4cdb60a

Please sign in to comment.