From 1132d7347305136a44cbb53ee40b26f94b6b2c3e Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 20 Jun 2024 15:49:33 +1000 Subject: [PATCH] chore(main): release 0.3.0 (#3) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef59403..da83365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0](https://github.com/mbhall88/psdm/compare/0.2.0...0.3.0) (2024-06-20) + + +### Features + +* switch to basic progress bar to allow non TTY progress ([f22fe8b](https://github.com/mbhall88/psdm/commit/f22fe8bc507b8294670bfa72ace9f4295bc98c5d)) + ## [Unreleased] ## [0.2.0] (13/06/2022) diff --git a/Cargo.lock b/Cargo.lock index 21d01ae..c6f94fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,7 +689,7 @@ dependencies = [ [[package]] name = "psdm" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0ea5aef..bdbba6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "psdm" description = "Compute a pairwise SNP distance matrix from one or two alignment(s)" -version = "0.2.0" +version = "0.3.0" edition = "2018" authors = ["Michael Hall "] repository = "https://github.com/mbhall88/psdm"