Skip to content

Commit

Permalink
bump version and news (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Nov 27, 2023
1 parent ae51b62 commit 1b608ba
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4.9003
Version: 0.1.4.9004
Authors@R:
person(
given = "Jordan Mark",
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ my_verbose("will show")
* `%||%` is now set to only export in **R** versions < 4.4 [#35](https://github.com/jmbarbone/fuj/issues/35)
* additional local testing for os version
* `{covr}` dropped as a `suggest`
* `require_namespace()` now allow for version requirements (e.g., `require_namespace("fuj>=0.1.4")`). When the version requirement is not met, an error of class `namespaceVersionError` is returned

# fuj 0.1.4

Expand Down

0 comments on commit 1b608ba

Please sign in to comment.