Current section
Files
Jump to
Current section
Files
gleam_jsone
CHANGELOG.md
CHANGELOG.md
# 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
## v0.4.0 - 2021-02-22
### Added
- Matrix strategy to CI to test multiple Gleam language versions.
### Changed
- Gleam version to 0.14.0, `gleam_stdlib` version to 0.14.0.
## v0.3.1 - 2020-09-07
### Fixed
- Properly update `gleam_stdlib` (to version 0.11.0) and `gleam_decode` (to
version 1.5.1).
## v0.3.0 - 2020-09-06
### Changed
- Gleam version to 0.11.2, `gleam_stdlib` version to 0.11.0, and `gleam_decode`
version to 1.5.0.
## v0.2.0 - 2020-05-11
### Changed
- Gleam version to 0.8.0 and `gleam_stdlib` version to 0.8.0.
## v0.1.0 - 2020-04-15
- Initial release!