# Changelog

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]

### Changed

- switch to NimbleParsec parsing
- `{tag, attributes, content}` where `tag` is an atom, `attributes` is a map and content is plain text
  short format when there are no attributes is `{tag, content}`

## [0.1.0] - 2022-11-16

### Added

- first working version of the parser 
- first working version of the "to text" converter 

[0.1.0]: https://gitlab.com/wstucco/gemtext/-/tags/v0.1.0