Skip to content

Commit

Permalink
fledge: Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkenwg committed Jan 27, 2025
1 parent 1537f01 commit daa5a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: subfoldr2
Title: Save and Load R Objects
Version: 0.2.0
Version: 0.2.1
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# subfoldr2 0.2.1

- Moved functions requiring `psql` and `readwriteaws` (and associated tests) to `subfoldr2ext` and removed these dependencies.
- General package upkeep.

# subfoldr2 0.2.0

- Add plot argument to `sbf_print()` to skip the printing of plots.
Expand Down Expand Up @@ -88,4 +93,3 @@
# subfoldr2 0.0.0.9038

- Added exists = TRUE to sbf_load_xx().

0 comments on commit daa5a3f

Please sign in to comment.