Skip to content

Commit

Permalink
doc: version bump & news
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Nov 17, 2023
1 parent 9d7978a commit cff2001
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.4.17
Version: 0.4.18
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@

## New functions

* `is_golem()` tries to guess if the current folder is a `{golem}`-based app (#836)
+ `is_golem()` tries to guess if the current folder is a `{golem}`-based app (#836)

* `use_readme_rmd()` adds a `{golem}` specific `README.Rmd` (@ilyaZar, #1011)
+ `use_readme_rmd()` adds a `{golem}` specific `README.Rmd` (@ilyaZar, #1011)

* rename `add_rstudioconnect_file()` to `add_positconnect_file()` (@ilyaZar, #1017)
+ rename `add_rstudioconnect_file()` to `add_positconnect_file()` (@ilyaZar, #1017)

* `add_empty_file` creates an empty file in the www directory (#837)
+ `add_empty_file` creates an empty file in the www directory (#837)

+ `add_r6()` adds an empty R6 file (@ilyaZar, #1009)

## New features / user visible changes

Expand Down

0 comments on commit cff2001

Please sign in to comment.