Skip to content

Commit 1132d73

Browse files
authored
chore(main): release 0.3.0 (#3)
1 parent 48d6ddf commit 1132d73

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.0](https://github.com/mbhall88/psdm/compare/0.2.0...0.3.0) (2024-06-20)
8+
9+
10+
### Features
11+
12+
* switch to basic progress bar to allow non TTY progress ([f22fe8b](https://github.com/mbhall88/psdm/commit/f22fe8bc507b8294670bfa72ace9f4295bc98c5d))
13+
714
## [Unreleased]
815

916
## [0.2.0] (13/06/2022)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "psdm"
33
description = "Compute a pairwise SNP distance matrix from one or two alignment(s)"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
edition = "2018"
66
authors = ["Michael Hall <[email protected]>"]
77
repository = "https://github.com/mbhall88/psdm"

0 commit comments

Comments
 (0)