Skip to content

Commit

Permalink
chore: prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Nov 7, 2021
1 parent 7018af0 commit f7faa72
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.0
current_version = 0.13.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [[email protected]](https://github.com/amperser/proselint/compare/0.12.0...0.13.0)

### Bug Fixes

- made memoize safe for both arguments and keyword arguments ([#1217](https://github.com/amperser/proselint/pull/1217))

### Features

- now exports decorators that wrap meta-checks ([#1188](https://github.com/amperser/proselint/pull/1188)]

## [[email protected]](https://github.com/amperser/proselint/compare/0.11.3...0.12.0)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion proselint/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Proselint version number."""

__version__ = "0.12.0"
__version__ = "0.13.0"
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 = "proselint"
version = "0.12.0"
version = "0.13.0"
description = "A linter for prose."
license = "BSD-3-Clause"
authors = ["Amperser Labs <[email protected]>"]
Expand Down

0 comments on commit f7faa72

Please sign in to comment.