enterprise/syn-serde/CHANGELOG.md

22 lines
596 B
Markdown
Raw Permalink Normal View History

2020-02-17 12:09:45 +00:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
# [0.2.0] - 2019-09-16
* [Removed error from `to_string` / `to_vec`.][e949263]
[e949263]: https://github.com/taiki-e/syn-serde/commit/e9492636eb7d58565fc415e55fd824b06b37f3d3
# [0.1.0] - 2019-09-16
Initial release
[Unreleased]: https://github.com/taiki-e/syn-serde/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/taiki-e/syn-serde/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/taiki-e/syn-serde/releases/tag/v0.1.0