From 63b92c93412bff2b26fe819608ae9e9c64aa8519 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Wed, 24 Jul 2024 15:15:26 -0700 Subject: [PATCH] CHANGES: Fix mismerge Git mis-merged this automatically, and I didn't notice before push. :( --- CHANGES.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index eb49234d..e2d522bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,15 @@ development source code and as such may not be routinely kept up to date. # __NEXT__ +## Bug fixes + +* `nextstrain remote download` now produces the expected local file names when + there are periods (dots) in the remote dataset name (e.g. `nextstrain remote + download /a/b.c/d` now produces `a_b.c_d.json` instead of `a_b.json`) and + when there are periods in the given local file name (e.g. `nextstrain remote + download /x/y/z x.y.z` now produces `x.y.z.json` instead of `x.y.json`). + ([#381](https://github.com/nextstrain/cli/pull/381)) + # 8.5.0 (18 June 2024) @@ -31,15 +40,6 @@ development source code and as such may not be routinely kept up to date. Batch job. ([#374](https://github.com/nextstrain/cli/pull/374)) -## Bug fixes - -* `nextstrain remote download` now produces the expected local file names when - there are periods (dots) in the remote dataset name (e.g. `nextstrain remote - download /a/b.c/d` now produces `a_b.c_d.json` instead of `a_b.json`) and - when there are periods in the given local file name (e.g. `nextstrain remote - download /x/y/z x.y.z` now produces `x.y.z.json` instead of `x.y.json`). - ([#381](https://github.com/nextstrain/cli/pull/381)) - # 8.4.0 (29 May 2024)