From 492144629d2f02a229021b81add542d28ab56bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Tue, 11 Jul 2023 09:47:56 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ Project.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915a733..90ddbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.10...main) +## [0.0.22] + +- Decoupling Markov chains to its own repo plus some general cleaning. + ## [0.0.21] - Improve the orf prediction and add frame information see [#20](https://github.com/camilogarciabotero/GeneFinder.jl/pull/20) diff --git a/Project.toml b/Project.toml index 27b3a21..877d8a3 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,6 @@ TestItems = "0.1" julia = "1.9.0" [extras] -BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"