From 4a7c40d677e801e13cf059625f3d55c5ac342abe Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 1 Jun 2023 09:36:17 +0100 Subject: [PATCH] Release prep for v0.3.0 --- CHANGELOG.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ead266..7835299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ + # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). + +## [v0.3.0](https://github.com/chelnak/ysmrr/tree/v0.3.0) - 2023-06-01 + +[Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.2.1...v0.3.0) + +### Added + +- Stop handling SIGINT [#55](https://github.com/chelnak/ysmrr/pull/55) ([chelnak](https://github.com/chelnak)) + ## [v0.2.1](https://github.com/chelnak/ysmrr/tree/v0.2.1) - 2022-11-11 [Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.2.0...v0.2.1) @@ -18,9 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Added - Add default spinner speeds [#43](https://github.com/chelnak/ysmrr/pull/43) ([chelnak](https://github.com/chelnak)) - - Add UpdateMessagef() method [#42](https://github.com/chelnak/ysmrr/pull/42) ([chelnak](https://github.com/chelnak)) - - Enable realtime message updates [#41](https://github.com/chelnak/ysmrr/pull/41) ([chelnak](https://github.com/chelnak)) ## [v0.1.1](https://github.com/chelnak/ysmrr/tree/v0.1.1) - 2022-08-26 @@ -30,7 +38,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Fixed - Fix line updates [#35](https://github.com/chelnak/ysmrr/pull/35) ([chelnak](https://github.com/chelnak)) - - Fix incorrect line counts [#34](https://github.com/chelnak/ysmrr/pull/34) ([chelnak](https://github.com/chelnak)) ## [v0.1.0](https://github.com/chelnak/ysmrr/tree/v0.1.0) - 2022-08-14 @@ -48,9 +55,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Added - Simplify enums [#28](https://github.com/chelnak/ysmrr/pull/28) ([chelnak](https://github.com/chelnak)) - - Rename spinner package [#27](https://github.com/chelnak/ysmrr/pull/27) ([chelnak](https://github.com/chelnak)) - - Better charmap selection [#25](https://github.com/chelnak/ysmrr/pull/25) ([chelnak](https://github.com/chelnak)) ## [v0.0.7](https://github.com/chelnak/ysmrr/tree/v0.0.7) - 2022-07-21 @@ -60,7 +65,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Added - Update NewSpinnerManager constructor [#22](https://github.com/chelnak/ysmrr/pull/22) ([chelnak](https://github.com/chelnak)) - - Set frameDuration default [#21](https://github.com/chelnak/ysmrr/pull/21) ([chelnak](https://github.com/chelnak)) ### Fixed @@ -74,19 +78,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Added - Add Windows support [#18](https://github.com/chelnak/ysmrr/pull/18) ([chelnak](https://github.com/chelnak)) - - Manager updates [#17](https://github.com/chelnak/ysmrr/pull/17) ([chelnak](https://github.com/chelnak)) - - Improve test coverage for color pkg [#16](https://github.com/chelnak/ysmrr/pull/16) ([chelnak](https://github.com/chelnak)) - - Improve test coverage for ysmrr pkg [#15](https://github.com/chelnak/ysmrr/pull/15) ([chelnak](https://github.com/chelnak)) - - Update examples [#14](https://github.com/chelnak/ysmrr/pull/14) ([chelnak](https://github.com/chelnak)) - - Handle SIGINT and SIGTERM [#13](https://github.com/chelnak/ysmrr/pull/13) ([chelnak](https://github.com/chelnak)) - - Add WithMessageColor option [#12](https://github.com/chelnak/ysmrr/pull/12) ([chelnak](https://github.com/chelnak)) - - Revert spinner interface [#11](https://github.com/chelnak/ysmrr/pull/11) ([chelnak](https://github.com/chelnak)) ## [v0.0.5](https://github.com/chelnak/ysmrr/tree/v0.0.5) - 2022-07-17