Skip to content

Commit 15d409c

Browse files
chore: release 3.18.1
1 parent 7756e1f commit 15d409c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.18.1
2+
3+
### Fix: allow `--output-annotation-gff` and `--output-annotation-tbl` as sole output arguments
4+
5+
Nextclade CLI now correctly allows `--output-annotation-gff` and `--output-annotation-tbl` to be used as standalone output arguments without requiring other output files like `--output-tsv` or `--output-all`. Previously, using only these annotation output arguments would incorrectly trigger an error requiring at least one other output file argument to be specified. See [#1707](https://github.com/nextstrain/nextclade/issues/1707) for details. Thanks @ammaraziz for bug report.
6+
17
## 3.18.0
28

39
### Dataset version selector

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313

1414
[workspace.package]
1515
name = "nextclade"
16-
version = "3.18.0"
16+
version = "3.18.1"
1717
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
1818
repository = "https://github.com/nextstrain/nextclade"
1919
documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/"

packages/nextclade-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextstrain/nextclade-web",
3-
"version": "3.18.0",
3+
"version": "3.18.1",
44
"description": "Clade assignment, mutation calling, and sequence quality checks",
55
"homepage": "https://clades.nextstrain.org",
66
"repository": {

0 commit comments

Comments
 (0)