Skip to content

Commit

Permalink
doc: news update & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Sep 6, 2024
1 parent 44b6ef2 commit 94c19a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.1.9001
Version: 0.5.1.9002
Authors@R: c(
person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## Breaking change

- The use_*_files now fail when:
- The `add_*_files` and `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
- Full refactoring of the `add_*_files` and `use_*_files` functions that now all share the same behavior

# golem 0.5.1

Expand Down

0 comments on commit 94c19a4

Please sign in to comment.