diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df2df7..1805657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.0.2] - 2021-09-03 + +### Added + +- feat: Implement struct support +- feat: Implement named line comment support + +### Fixed + +- fix: Comment should be renamed to LineComment + ## v0.0.1 - 2021-09-03 ### Added - Implement basic functions - feat: Add omit wrap support + +[v0.0.2]: https://github.com/Xuanwo/gg/compare/v0.0.1...v0.0.2