Skip to content

Commit

Permalink
Bump version to v2.15.0 (#135)
Browse files Browse the repository at this point in the history
* bump version to v2.15.0

* update news
  • Loading branch information
davecap authored Aug 14, 2024
1 parent 2832dd5 commit 6181128
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.14.0
current_version = 2.15.0
files = DESCRIPTION
commit = True
tag = True
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Package: solvebio
Type: Package
Title: The Official SolveBio API Client
Version: 2.14.0
Date: 2022-05-17
Version: 2.15.0
Date: 2024-08-13
Author: David Caplan
Maintainer: David Caplan <[email protected]>
Description: R language bindings for SolveBio's API.
SolveBio is a biomedical knowledge hub that enables life science
organizations to collect and harmonize the complex, disparate
"multi-omic" data essential for today's R&D and BI needs.
For more information, visit <https://www.solvebio.com>.
SolveBio is now part of QuartzBio.
For more information, visit <https://www.quartz.bio>.
URL: https://github.com/solvebio/solvebio-r
Imports:
httr,
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# solvebio 2.15.0

* Follow redirects from solvebio.com to quartz.bio
* Point to QuartzBio when running automated tests
* Update Shiny example to work better with QuartzBio


# solvebio 2.14.0

* Add 2 GlobalSearch methods (`subjects_count()` and `facets()`)
Expand Down

0 comments on commit 6181128

Please sign in to comment.