diff --git a/CHANGELOG.md b/CHANGELOG.md index 3558c31..492708b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.3.0] - 2020-07-27 ### Changed - `glow` updated to `0.5`. [#2] @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release! :tada: -[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.1...HEAD +[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.3.0...HEAD +[0.3.0]: https://github.com/hecrj/glow_glyph/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/hecrj/glow_glyph/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/hecrj/glow_glyph/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/hecrj/glow_glyph/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index bd1fea1..eac10a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glow_glyph" -version = "0.2.1" +version = "0.3.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A fast text renderer for glow, powered by glyph_brush"