From 0c3192064fea1c382fbdf3ccd7ae409929749e95 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 4 Nov 2021 17:14:42 +0800 Subject: [PATCH] Bump to version 0.3.0 (#11) Signed-off-by: Xuanwo --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded2a69..d2fab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.3.0] - 2021-11-04 + +### Added + +- Increase test coverage +- feat: Add Generator as exported type (#10) + ## [v0.2.0] - 2021-09-15 ### Added @@ -62,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement basic functions - feat: Add omit wrap support +[v0.3.0]: https://github.com/Xuanwo/gg/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/Xuanwo/gg/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/Xuanwo/gg/compare/v0.0.2...v0.1.0 [v0.0.2]: https://github.com/Xuanwo/gg/compare/v0.0.1...v0.0.2