Skip to content

Commit

Permalink
Add changelog before initial release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
҈҈҈Luiz Branco committed Nov 16, 2017
1 parent ab0f0c6 commit 6d436aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d436aa

Please sign in to comment.