Skip to content

Commit

Permalink
add changelog + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRosenbaum committed Jun 24, 2024
1 parent 947abb6 commit 6f3b124
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changes

## v0.2.4

* First version using auto-release process
* Added support for russian, portuguese, and swedish reply patterns
* Fixed bug where newlines just before "wrote:" weren't detected
* updated repo to apply more modern linting + code style

2 changes: 1 addition & 1 deletion quotequail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from . import _internal, _patterns

__version__ = "0.2.3"
__version__ = "0.2.4"
__all__ = ["quote", "quote_html", "unwrap", "unwrap_html"]


Expand Down

0 comments on commit 6f3b124

Please sign in to comment.