Skip to content

Commit

Permalink
chore: release cli 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Mar 6, 2024
1 parent f6f1dcc commit c9d4386
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Nextclade CLI 3.3.1

### Fix crash when using `--verbosity` option

Nextclade was crashing with internal error when `--verbosity` option was present. This has been fixed.


## Nextclade Web 3.3.1

### Restrict Safari browser support to >= 16.5
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -12,7 +12,7 @@ exclude = [

[workspace.package]
name = "nextclade"
version = "3.3.0"
version = "3.3.1"
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
repository = "https://github.com/nextstrain/nextclade"
documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/"
Expand Down

0 comments on commit c9d4386

Please sign in to comment.