Skip to content

Commit a71709c

Browse files
committed
Version bump v0.3.0
1 parent 52ebaf1 commit a71709c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 0.3.0
44

55
### Enhancements
66
* Added `multi-select` subcommand

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enquirer"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"]
55
edition = "2018"
66
description = "Command Line Utility for Stylish Interactive Prompts"

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fi
7979
See [prompts](#prompts) for more information on subcommands.
8080

8181
```
82-
enquirer 0.2.0
82+
enquirer 0.3.0
8383
Command Line Utility for Stylish Interactive Prompts
8484
8585
USAGE:
@@ -141,7 +141,7 @@ Prompt that returns `true` or `false` (as strings)
141141
#### Usage
142142

143143
```
144-
enquirer-confirm 0.2.0
144+
enquirer-confirm 0.3.0
145145
Prompt that returns `true` or `false` (as strings)
146146
147147
USAGE:
@@ -166,7 +166,7 @@ Prompt that takes user input and returns a string
166166
#### Usage
167167

168168
```
169-
enquirer-input 0.2.0
169+
enquirer-input 0.3.0
170170
Prompt that takes user input and returns a string
171171
172172
USAGE:
@@ -192,7 +192,7 @@ Prompt that takes user input, hides it from the terminal, and returns a string
192192
#### Usage
193193

194194
```
195-
enquirer-secret 0.2.0
195+
enquirer-secret 0.3.0
196196
Prompt that takes user input, hides it from the terminal, and returns a string
197197
198198
USAGE:
@@ -219,7 +219,7 @@ Prompt that allows the user to select from a list of options
219219
#### Usage
220220

221221
```
222-
enquirer-select 0.2.0
222+
enquirer-select 0.3.0
223223
Prompt that allows the user to select from a list of options
224224
225225
USAGE:
@@ -248,7 +248,7 @@ Prompt that allows the user to select multiple items from a list of options
248248
#### Usage
249249

250250
```
251-
enquirer-multi-select 0.2.0
251+
enquirer-multi-select 0.3.0
252252
Prompt that allows the user to select multiple items from a list of options
253253
254254
USAGE:
@@ -278,7 +278,7 @@ Prompt that allows the user to sort items in a list
278278
#### Usage
279279

280280
```
281-
enquirer-sort 0.2.0
281+
enquirer-sort 0.3.0
282282
Prompt that allows the user to sort items in a list
283283
284284
USAGE:

0 commit comments

Comments
 (0)