Skip to content

Commit 6143409

Browse files
committed
Bump version to 0.2.0
1 parent 94c8752 commit 6143409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0-pre"
3+
version = "0.2.0"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ChangeLog
22
==========
33

4-
unreleased
5-
------------
4+
0.2.0 (2016-10-20)
5+
---------------------
66
Breaking changes as the API was modified:
77
* The module `french` is no longer public, only `FrenchFormatter` is.
88
* `typographic_quotes` has been renamed `quotes` and is no longer

0 commit comments

Comments
 (0)