From 58f96b62a83195fe9a36f04d1d5566850de6871e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Thu, 10 Feb 2022 18:53:38 +0100 Subject: [PATCH] Bump to version 3.2.0 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 518b775c8..2cda27627 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cli Title: Helpers for Developing Command Line Interfaces -Version: 3.1.1.9000 +Version: 3.2.0 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", c("aut", "cre")), person("Hadley", "Wickham", role = c("ctb")), diff --git a/NEWS.md b/NEWS.md index 5b5daa4df..b336031d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -# cli development version +# cli 3.2.0 -## Breaking changes +## Breaking change * The `cli_theme_dark` option is know known as `cli.theme_dark`, to be consistent with all other cli option names (#380).