Bump version, add CHANGELOG
[?]
Jan 15, 2021, 12:13 AM
LYRVL33UETNJV4SJ2YC4LBLKMMYPVCHDAIQMWBY7NLWCHL4Q2V2QCDependencies
- [2]
N3U3GWELFix README formatting - [3]
5II6T7YEAdd gemini library - [4]
WJROXZ3CAdd note to README thanking mgattozzi - [5]
QPNLOXNJFix cargo email attributions - [6]
ENARAOABTweak Cargo manifest for gemini - [7]
JBZGFYVOAdd nom parsers for main types
Change contents
- replacement in gemini/Cargo.toml at line 11
version = "0.0.2"version = "0.0.3" - file addition: CHANGELOG.md[3.9]
# ChangelogAll 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.3] - 2020-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 Geminirequest.## [0.0.2] - 2020-01-14### Added- Crate ownership changed.- Initial release. - replacement in Cargo.lock at line 51
version = "0.0.2"version = "0.0.3"