2020-06-01 23:12:05 +02:00
|
|
|
# Changelog
|
2020-06-02 12:55:49 +02:00
|
|
|
|
2020-06-01 23:12:05 +02:00
|
|
|
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]
|
|
|
|
|
2020-06-18 09:36:16 +02:00
|
|
|
## [0.2.0] - 2020-06-18
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgraded to Crystal 0.35.0
|
|
|
|
|
2020-06-02 12:55:49 +02:00
|
|
|
## [0.1.1] - 2020-06-02
|
|
|
|
|
|
|
|
### Fixed
|
2020-06-01 23:12:05 +02:00
|
|
|
|
2020-06-02 12:55:49 +02:00
|
|
|
- Fix encoding of CBOR tags and as a consequence, the encoding of `Time`
|
|
|
|
|
|
|
|
## [0.1.0] - 2020-06-01
|
2020-06-01 23:12:05 +02:00
|
|
|
|
2020-06-02 12:55:49 +02:00
|
|
|
- Initial Release
|