rBLAST 1.9.2 (Release candidate)
==============

Changes:
* Improved error handling in predict.BLAST(). Query FASTA files are now
  checked after writing, and write failures report the affected file and the
  underlying error.
* BLAST exit status is now checked before parsing results. Nonzero exit
  status and missing output files produce clear diagnostic messages with
  the query and output locations.
* Fixed blast_db_get() to honor the baseURL argument.

rBLAST 1.1.2 (Release date: 2025-01-06)
==============

Changes:
* We use now '@' as the delimiter for blast since some stitle entries
  contain ','.

rBLAST 1.1.1 (Release date: 2024-04-30)
==============

Changes:
* Added description of how to deal with multi-part databases.
* Fixed package anchors in man pages.

rBLAST 1.1.0 (Release date: 2024-04-9)
==============

Changes:
* makeblastDB() gained parameters db_name, hash_index and verbose.
* added has_blast() and made tests, man page code and vignette code conditional.
* added blast_db_cache() and blast_db_get() to manage downloading BLAST DBs
  using BiocFileCache.
