diff --git a/CHANGELOG.md b/CHANGELOG.md index 8306a1e..3d4ff61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver ## [UNRELEASED](https://github.com/camilogarciabotero/GeneFinder.jl/compare/v0.0.6...main) +## [0.0.8] + +- Renaming functions in simple finder implementation +- Better docs following some BluStyle guidelines + ## [0.0.7] - Clean up comments. diff --git a/Project.toml b/Project.toml index c35f9ff..8f57615 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeneFinder" uuid = "2bc6ee46-2158-4f5a-a720-91cb2d7cee64" authors = ["Camilo GarcĂ­a"] -version = "0.0.7" +version = "0.0.8" [deps] BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"