# Changelog All notable changes to this project will be documented in this file. 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](https://github.com/probaku1234/cli_prompt_rs/compare/v0.2.0...v0.3.0) - 2024-02-13 ### Added - add spinner functionality - add new example for spinner functionality - implement prompt_multi_selected_with_max_num - implement custom error for entire lib ### Breaking Changes - All functions now return CliPromptError as Error type ## [0.2.0](https://github.com/probaku1234/cli_prompt_rs/compare/v0.1.1...v0.2.0) - 2023-10-11 ### Added - add prompt_multi_select - add print note - print empty line at end of each operation ## [0.1.1](https://github.com/probaku1234/cli_prompt_rs/compare/v0.1.0...v0.1.1) - 2023-10-09 ### Other - update README file - update README.md file ## [0.1.0](https://github.com/probaku1234/cli_prompt_rs/releases/tag/v0.1.0) - 2023-10-07 ### Added - intro - outro - cancel - log - prompt_text - prompt_confirm - prompt_select