diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d4952..77269d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.0](https://github.com/leoisl/plasnet/compare/v0.6.0...v0.7.0) (2026-02-17) + + +### Features + +* Make some of the visualisation outputs optional via flags that turn them off. ([d1bb9e9](https://github.com/leoisl/plasnet/commit/d1bb9e9a601fc9844112948649d10c265d0a7bd5)) +* Option to run split and type commands with previous results from split and type on a subset of plasmids, using three different approaches. Outputs a comparison and distances to previous results. ([d1bb9e9](https://github.com/leoisl/plasnet/commit/d1bb9e9a601fc9844112948649d10c265d0a7bd5)) + ## [0.6.0](https://github.com/leoisl/plasnet/compare/v0.5.1...v0.6.0) (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index b59fd88..b93b77f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.6.0" +version = "0.7.0" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"