From 6d436aae6010bc8509fae5d5806fe25d03a35ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D2=88=D2=88=D2=88Luiz=20Branco?= Date: Thu, 16 Nov 2017 14:19:25 -0400 Subject: [PATCH] Add changelog before initial release (#24) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8445eb7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +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/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## Unreleased + +## [0.1.0] - 2017-11-16 + +### Added + +- extract `promptui` from [torus](https://github.com/manifoldco/torus-cli) as a + standalone lib. +- `promptui.Prompt` provides a single input line to capture user information. +- `promptui.Select` provides a list of options to choose from. Users can + navigate through the list either one item at time or by pagination