Skip to content

Commit 7fa0ce7

Browse files
committed
add changelog + bump version
1 parent 6403cea commit 7fa0ce7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changes
2+
3+
## v0.2.4
4+
5+
* First version using auto-release process
6+
* Added support for russian, portuguese, and swedish reply patterns
7+
* Fixed bug where newlines just before "wrote:" weren't detected
8+
* updated repo to apply more modern linting + code style
9+

quotequail/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from . import _internal, _patterns
66

7-
__version__ = "0.2.3"
7+
__version__ = "0.2.4"
88
__all__ = ["quote", "quote_html", "unwrap", "unwrap_html"]
99

1010

0 commit comments

Comments
 (0)