Skip to content

Commit

Permalink
Update changelog for version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Sep 15, 2022
1 parent bb6e9b9 commit 6d91c4c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
This file lists the most important changes made in each release of
`textwrap`.

## Version 0.15.1 (2022-09-15)

* [#445](https://github.com/mgeisler/textwrap/pull/445): Bump node-forge from 1.2.1 to 1.3.0 in /examples/wasm/www
* [#446](https://github.com/mgeisler/textwrap/pull/446): Bump minimist from 1.2.5 to 1.2.6 in /examples/wasm/www
* [#447](https://github.com/mgeisler/textwrap/pull/447): Expand crate description and keywords
* [#448](https://github.com/mgeisler/textwrap/pull/448): Migrate to the Rust 2021 edition
* [#449](https://github.com/mgeisler/textwrap/pull/449): Add explicit `LICENSE` file to Wasm demo
* [#451](https://github.com/mgeisler/textwrap/pull/451): Bump all Wasm demo dependencies to latest versions
* [#454](https://github.com/mgeisler/textwrap/pull/454): Add configurable LineEnding
* [#455](https://github.com/mgeisler/textwrap/pull/455): Remove unnecessary `impl` block
* [#456](https://github.com/mgeisler/textwrap/pull/456): Use an explicit type when converting into `Options`
* [#457](https://github.com/mgeisler/textwrap/pull/457): Remove old macro, move logic to `WordSeparator::new`
* [#458](https://github.com/mgeisler/textwrap/pull/458): Test with Rust 1.56 in CI
* [#459](https://github.com/mgeisler/textwrap/pull/459): Fix the display of `OptimalFit` in interactive demo
* [#461](https://github.com/mgeisler/textwrap/pull/461): Update to terminal_size 0.2.
* [#462](https://github.com/mgeisler/textwrap/pull/462): Implement small recommendations from Clippy
* [#464](https://github.com/mgeisler/textwrap/pull/464): Bump all npm dependencies for Wasm example
* [#465](https://github.com/mgeisler/textwrap/pull/465): Use `by_ref` to iterate over captured variables
* [#467](https://github.com/mgeisler/textwrap/pull/467): Fix `unfill` and `refill` crashes
* [#468](https://github.com/mgeisler/textwrap/pull/468): Fix `refill` to add back correct line ending
* [#469](https://github.com/mgeisler/textwrap/pull/469): Apply small Clippy suggestions

## Version 0.15.0 (2022-02-27)

This is a major feature release with two main changes:
Expand Down

0 comments on commit 6d91c4c

Please sign in to comment.