linurgy 0.5.0

Manipulate the output of multiple newlines. Replace/Insert/Append newlines with text. Input and output from stdio/files/buffers.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2022-08-12

### Added

- Start a changelog.
- New simplified API using `Editor`.
- Convience factory methods for building `Editor`s.
- More tests.
- More documentation.

### Changed

- Deprecate legacy API: `LinurgyBuilder`, `Input`, `Output`, `EditType`.
- API documentation.

## [0.4.0] - 2020-02-21

### Breaking Changes

- Error handling delegated to the user. No more unwraps in the library.