- Added a new `title_and_value` function. - The `enter_to_continue` function renamed to `ask_for_enter`. - The `prompt_for_yes_or_no` function renamed to `ask_for_yes_or_no`.
0.1.0
Added
- A few classes intended to make a console menu. - A function to clear a terminal. - A function which prompts a user to enter `y` or `n`. - A function kindly asking a user to press Enter to continue.