Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 authored Jun 20, 2024
1 parent 48d6ddf commit 1132d73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/mbhall88/psdm"
Expand Down

0 comments on commit 1132d73

Please sign in to comment.