Bump version 🎉
This commit is contained in:
parent
e8d1964708
commit
88aa675037
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "glow_glyph"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A fast text renderer for glow, powered by glyph_brush"
|
||||
|
|
Loading…
Reference in New Issue