Skip to content

Commit

Permalink
Merge pull request #59 from chelnak/release_prep
Browse files Browse the repository at this point in the history
Release prep for v0.3.0
  • Loading branch information
chelnak committed Jun 1, 2023
2 parents 901cf61 + 4a7c40d commit 3875d34
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<!-- markdownlint-disable MD024 -->
# 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)
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3875d34

Please sign in to comment.