Skip to content

Commit

Permalink
bump version and news item (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Dec 4, 2023
1 parent 0621a23 commit 77d2d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mark
Type: Package
Title: Miscellaneous, Analytic R Kernels
Version: 0.7.0.9005
Version: 0.7.0.9006
Authors@R:
person(given = "Jordan Mark",
family = "Barbone",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* `choices` can now be a list of `formula` elements, preserving the return value
* `unlist0()` no longer fails when input list is not named [#220](https://github.com/jmbarbone/mark/issues/220)
* `file_copy_md5()` added as a wrapper for `fs::file_copy()` but provides MD5 checks through `tools::md5sum()` to avoid overwriting files that had no content changes [#207](https://github.com/jmbarbone/mark/issues/207)
* `write_file_md5()` added as a general writing function and utilizes `file_copy_md5()` for MD5 checks [#207](https://github.com/jmbarbone/mark/issues/207)
* `write_file_md5()` added as a general writing function and utilizes `file_copy_md5()` for MD5 checks (including some compressions) [#207](https://github.com/jmbarbone/mark/issues/207), [#224](https://github.com/jmbarbone/mark/issues/224)

# mark 0.7.0

Expand Down

0 comments on commit 77d2d66

Please sign in to comment.