Skip to content

Commit

Permalink
Merge pull request #741 from r-lib/finish-739
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Nov 13, 2024
2 parents 169949c + 9d6e9db commit 007c388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cli
Title: Helpers for Developing Command Line Interfaces
Version: 3.6.3.9000
Version: 3.6.3.9001
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Hadley", "Wickham", role = "ctb"),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# cli (development version)

* The format of the URI part of "run", "help" and "vignette" hyperlinks can now
be configured via options and env vars (@jennybc, #739).

* `cli_progress_bar()` now accepts `total` = Inf or -Inf which mimics the behavior of when `total` is NA.

* `num_ansi_colors()` now does not warn in Emacs if the `INSIDE_EMACS`
Expand Down

0 comments on commit 007c388

Please sign in to comment.