Skip to content

Commit 09fb189

Browse files
chore: release 3.21.1
1 parent 1c14ba0 commit 09fb189

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.21.1
2+
3+
### Fix: allow numeric keys in Auspice coloring scale
4+
5+
Auspice JSON v2 allows both string and numeric values as the first element of coloring scale entries. Nextclade previously only accepted strings, causing deserialization failures when loading Auspice JSONs with continuous colorings (e.g. `nextstrain.org/rsv/a/genome/6y`). Numeric scale keys are now accepted. See [nextstrain/rsv#129](https://github.com/nextstrain/rsv/issues/129), [#1764](https://github.com/nextstrain/nextclade/pull/1764) by @victorlin.
6+
17
## 3.21.0
28

39
### Docker: arm64 multi-platform images

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
@@ -12,7 +12,7 @@ exclude = [
1212

1313

1414
[workspace.package]
15-
version = "3.21.0"
15+
version = "3.21.1"
1616
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
1717
repository = "https://github.com/nextstrain/nextclade"
1818
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.21.0",
3+
"version": "3.21.1",
44
"description": "Clade assignment, mutation calling, and sequence quality checks",
55
"homepage": "https://clades.nextstrain.org",
66
"repository": {

0 commit comments

Comments
 (0)