diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff8a854 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,75 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog], +and this project adheres to [Semantic Versioning]. + +## [0.1.7] - 2020-09-19 + +### Bug Fixes + +- windows symbols ([`ef26621`]) +- use import type to import types ([`cc86f35`]) + +## [0.1.6] - 2020-08-30 + +### Bug Fixes + +- remove on exit ([`e353b72`]) + +## [0.1.5] - 2020-08-26 + +### Bug Fixes + +- export spinner ([`4782f43`]) + +## [0.1.4] - 2020-08-25 + +### Bug Fixes + +- reset animation when spinner is changed ([`7ddb7a3`]) + +## [0.1.3] - 2020-08-25 + +### Bug Fixes + +- formatting ([`d9f4d20`]) + +## [0.1.2] - 2020-08-25 + +### Bug Fixes + +- windows log_symbols support ([`247f0a9`]) + +## [0.1.1] - 2020-08-25 + +### Bug Fixes + +- windows commandline issues ([`c36120b`]) + +## [0.1.0] - 2020-08-25 + +### Features + +- initial release ([`b419fd0`]) + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ +[semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.1.7]: https://github.com/denosaurs/wait/compare/0.1.6...0.1.7 +[`ef26621`]: https://github.com/denosaurs/wait/commit/ef26621583edff99bf04e37386144fbbcceb0107 +[`cc86f35`]: https://github.com/denosaurs/wait/commit/cc86f3515936006ea981d0ec20fe07c7e672902c +[0.1.6]: https://github.com/denosaurs/wait/compare/0.1.5...0.1.6 +[`e353b72`]: https://github.com/denosaurs/wait/commit/e353b729611cf0a7110c9e176e7fd4fd35a1a614 +[0.1.5]: https://github.com/denosaurs/wait/compare/0.1.4...0.1.5 +[`4782f43`]: https://github.com/denosaurs/wait/commit/4782f432a296e59df5aacf61a72d006615c064df +[0.1.4]: https://github.com/denosaurs/wait/compare/0.1.3...0.1.4 +[`7ddb7a3`]: https://github.com/denosaurs/wait/commit/7ddb7a33862059370ea208f98c2b036d26c7b224 +[0.1.3]: https://github.com/denosaurs/wait/compare/0.1.2...0.1.3 +[`d9f4d20`]: https://github.com/denosaurs/wait/commit/d9f4d207a7b306869a6f4194c0f4db3a8c5eba2f +[0.1.2]: https://github.com/denosaurs/wait/compare/0.1.1...0.1.2 +[`247f0a9`]: https://github.com/denosaurs/wait/commit/247f0a901460d58f7a62b1f8e6ee751d7e42c7bf +[0.1.1]: https://github.com/denosaurs/wait/compare/0.1.0...0.1.1 +[`c36120b`]: https://github.com/denosaurs/wait/commit/c36120b4f09250fbef9ea6bbedfd4b069b3b03bc +[0.1.0]: https://github.com/denosaurs/wait/compare/0.1.0 +[`b419fd0`]: https://github.com/denosaurs/wait/commit/b419fd0e7c15d745f69e304b22da51779c7ab0d4