Skip to content

Commit

Permalink
Merge pull request #24 from mgeisler/release-0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
mgeisler authored Jan 24, 2017
2 parents fab11cd + 38c018c commit cb1e2a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "textwrap"
version = "0.3.0"
version = "0.4.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Library for word wrapping, indenting, and dedenting strings."
documentation = "https://docs.rs/textwrap/"
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to format strings for display in commandline applications.
Add this to your `Cargo.toml`:
```toml
[dependencies]
textwrap = "0.3"
textwrap = "0.4"
```

and this to your crate root:
Expand Down Expand Up @@ -126,6 +126,13 @@ how words are hyphenated using automatic/machine hyphenation.

This section lists the largest changes per release.

### Version 0.4.0 — January 24th, 2017

Documented complexities and tested these via `cargo bench`.

* Fixed [#13][issue-13]: Immediatedly add word if it fits
* Fixed [#14][issue-14]: Avoid splitting on initial hyphens in `--foo-bar`

### Version 0.3.0 — January 7th, 2017

Added support for automatic hyphenation.
Expand All @@ -147,4 +154,6 @@ Contributions will be accepted under the same license.
[travis-ci]: https://travis-ci.org/mgeisler/textwrap
[patterns]: https://github.com/tapeinosyne/hyphenation/tree/master/patterns-tex
[api-docs]: https://docs.rs/textwrap/
[issue-13]: ../../issues/13
[issue-14]: ../../issues/14
[mit]: LICENSE

0 comments on commit cb1e2a0

Please sign in to comment.