Skip to content

Commit d4f0e86

Browse files
committed
Bump to version 1.1.0
1 parent 2413cae commit d4f0e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cli
22
Title: Helpers for Developing Command Line Interfaces
3-
Version: 1.0.1.9000
3+
Version: 1.1.0
44
Authors@R: c(
55
person("Gábor", "Csárdi", , "[email protected]", c("aut", "cre")),
66
person("Hadley", "Wickham", role = c("ctb")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# devel
2+
# cli 1.1.0
33

44
* cli has now functions to add ANSI styles to text. These use the crayon
55
package internally, and provide a simpler interface. See the `col_*`,
@@ -30,6 +30,6 @@
3030
* Fall back to ASCII only characters on non-Windows platforms without
3131
UTF-8 support, and also in LaTeX when running knitr (#34).
3232

33-
# 1.0.0
33+
# cli 1.0.0
3434

3535
First public release.

0 commit comments

Comments
 (0)