diff --git a/CHANGELOG.md b/CHANGELOG.md index 217f4ad..339f93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v1.1.0] - 2022-02-12 - Allow `blastn` and `blastp` to run a `Vector{BioSequence}` against a file or database +- General maintenance. ## [v1.0.0] - 2018-12-11 - Adds support to Julia 1.0 @@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Readme and docs [\#2](https://github.com/BioJulia/BioTools.jl/pull/2) ([Ward9250](https://github.com/Ward9250)) - Source code and tests [\#1](https://github.com/BioJulia/BioTools.jl/pull/1) ([Ward9250](https://github.com/Ward9250)) -[Unreleased]: https://github.com/BioJulia/BioTools.jl/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/BioJulia/BioTools.jl/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/BioJulia/BioTools.jl/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/BioJulia/BioTools.jl/compare/v0.1.0...v1.0.0 [0.1.0]: https://github.com/BioJulia/BioTools.jl/tree/v0.1.0 diff --git a/Project.toml b/Project.toml index 9979b2f..c859a28 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioTools" -uuid = "6631239a-b2a9-11e8-0104-a58b323c83c6" -authors = ["Ben J. Ward "] -version = "0.2.0" +uuid = "fa51a905-6db9-5d43-b62f-5461347a870a" +authors = ["Sabrina J. Ward "] +version = "1.1.0" [deps] BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e" @@ -10,4 +10,14 @@ BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59" EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" [compat] -julia = "1.0" +BioAlignments = "1" +BioCore = "2" +BioSequences = "1" +EzXML = "0.9, 1" +julia = "1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"]