Skip to content

Commit 5f38fc8

Browse files
committed
Bump version to 0.1.5
1 parent 13dfa71 commit 5f38fc8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crowbook-text-processing"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Elisabeth Henry <[email protected]>"]
55
description = "Some text processing functions written for Crowbook and moved in a separate library. Include html/tex escaping, unnecessary whitespace cleaning, and french typographic formatting."
66
readme = "README.md"

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
==========
33

4+
0.1.5 (2016-10-18)
5+
----------------------
6+
* Enhanced `typographic_quotes`'s heuristics.
7+
48
0.1.4 (2016-10-17)
59
---------------------
610
* Added `typographic_quotes` function.

0 commit comments

Comments
 (0)