Skip to content

Commit

Permalink
doc: news update
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Aug 27, 2024
1 parent 86328b3 commit 5801c0f
Show file tree
Hide file tree
Showing 2 changed files with 13 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: golem
Title: A Framework for Robust Shiny Applications
Version: 0.5.1
Version: 0.5.1.9001
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
> Notes: the # between parenthesis refers to the related issue on GitHub, and the @ refers to an external contributor solving this issue.
# golem 0.5.1 to 0.6.0

## Breaking change

- The use_*_files now fail when:
- The directory where the user tries to add the file doesn't exist. `{golem}` used to try to create the directory but that's not the function job — use_*_file functions should only be there to add file (Singe responsabily )
- The file that the user tries to create already exists

## Internal changes

- Full refactoring of the use_*_files functions that now all share the same behavior

# golem 0.5.1

* Hotfixing a bug with utils_download_file (#1168)
Expand Down

0 comments on commit 5801c0f

Please sign in to comment.