Skip to content

Commit 31e8dd0

Browse files
committed
Bump version to 0.2.6
1 parent 54fb94b commit 31e8dd0

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.6-pre"
3+
version = "0.2.6"
44
authors = ["Elisabeth Henry <[email protected]>"]
55
description = "Provides some utilities functions for escaping text (HTML/LaTeX) and formatting it according to typographic rules (smart quotes, ellipsis, french typograhic rules)"
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.6 (2017-01-17)
5+
----------------------
66
* Add `escape::nnbsp` function that should be more reliable to allow "proper"
77
displaying of narrow non breaking spaces on nonconforming devices
88
than `escape::nb_spaces`.

0 commit comments

Comments
 (0)