Skip to content

Commit

Permalink
bump news and version (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Nov 19, 2023
1 parent c86780a commit 4522aae
Show file tree
Hide file tree
Showing 2 changed files with 4 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.9002
Version: 0.7.0.9003
Authors@R:
person(given = "Jordan Mark",
family = "Barbone",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

* includes `tryn()` for running an expression a maximum number of times before failure [#80](https://github.com/jmbarbone/mark/issues/80)
* `echo()` is deprecated in favor of `echo::echo()` [#210](https://github.com/jmbarbone/mark/issues/210) (this was incorrectly listed in the previous release)
* `match_param()` can now return multiple matches [#191](https:://github.com/jmbarbone/mark/issues/191), and can return partial matches
* `match_param()` can now return multiple matches [#191](https://github.com/jmbarbone/mark/issues/191), and can return partial matches
* `match_param()` no longer returns `condMatchParamNullError` but instead `matchParamLengthError` when `x` has a length of `0`
* `file_copy_ms()` 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_ms()` added as a general writing function and utilizes `file_copy_ms()` for MD5 checks [#207](https://github.com/jmbarbone/mark/issues/207)

# mark 0.7.0

Expand Down

0 comments on commit 4522aae

Please sign in to comment.