projects involving the gemini protocol
# 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.0.5] - 2022-07-14
### Added
- `gemtext::Builder::iter` and `gemtext::Builder::iter_mut` methods
- `std::iter::IntoIterator` implementation for `gemtext::Builder`
- `gemtext::Builder::link_unnamed` convenience method

### Changed
- Minor implementation tweaks to satisfy cargo-clippy

## [0.0.4] - 2021-04-15
### Added
- Expose both complete and streaming parsers.

### Changed
- Gemtext parsing doesn't preserve whitespace


## [0.0.3] - 2021-01-14
### Added
- `nom` parsers, enabled with the `parsers` feature and by default.

### Changed
- Request type is now indexed to indicate whether it is known to be a Gemini
request.

## [0.0.2] - 2021-01-14
### Added
- Crate ownership changed.
- Initial release.