Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 18, 2024
1 parent a3b4372 commit 494d3c0
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@
Type: Package
Package: fancr
Title: Support Access to the Female Adult Nerve Cord (FANC) Dataset
Version: 0.5.0
Version: 0.5.1
Authors@R:
person(given = "Gregory",
family = "Jefferis",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# fancr 0.5.1

* update `fanc_cave_query()` and `banc_cave_query()` to match changes in the
underlying `fafbseg::flywire_cave_query()` crucially changing default from
`live=TRUE` to `live=!is.null(version)`.
* By insisting on fafbseg >= 0.15.0 also provides support for new timetravel
argument / and CAVE live live query.

# fancr 0.5.0

## What's Changed
Expand Down

0 comments on commit 494d3c0

Please sign in to comment.