Skip to content

Commit

Permalink
#25 news and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed May 15, 2023
1 parent f1219d7 commit 4d8efc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fuj
Type: Package
Title: Functions and Utilities for Jordan
Version: 0.1.2.9000
Version: 0.1.2.9001
Authors@R:
person(
given = "Jordan Mark",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# fuj (development version)

* `list0()` now accepts `named` arguments in `...` [#25](https://github.com/jmbarbone/fuj/issues/25)

# fuj 0.1.2

* `new_condition()` gains a `pkg` argument to control for prepending a package name to the condition call. The default value of `TRUE` will try to find the `.packageName` object from your package. Change the default setting of `pkg` to prevent this addition. [#12](https://github.com/jmbarbone/fuj/issues/12)
Expand Down

0 comments on commit 4d8efc1

Please sign in to comment.