Skip to content

Commit

Permalink
chore: prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Apr 22, 2024
1 parent 629af47 commit a443343
Show file tree
Hide file tree
Showing 4 changed files with 14 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.13.0
current_version = 0.14.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [proselint@0.14.0](https://github.com/amperser/proselint/compare/0.13.0...0.14.0)

### Bug Fixes

- now loads the default configuration if none is provided ([#1246](https://github.com/amperser/proselint/pull/1246))
- added support for hyphens in `lexical_illusions` ([#1344](https://github.com/amperser/proselint/pull/1344))

### Features

- additional spelling checks `ally_ly`, `ance_ence`, `ely_ly` and `ve_of` ([#1266](https://github.com/amperser/proselint/pull/1266))

## [proselint@0.13.0](https://github.com/amperser/proselint/compare/0.12.0...0.13.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.13.0"
__version__ = "0.14.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.13.0"
version = "0.14.0"
description = "A linter for prose."
license = "BSD-3-Clause"
authors = ["Amperser Labs <hello@amperser.com>"]
Expand Down

0 comments on commit a443343

Please sign in to comment.