Skip to content

Commit

Permalink
CHANGES: Fix mismerge
Browse files Browse the repository at this point in the history
Git mis-merged this automatically, and I didn't notice before push. :(
  • Loading branch information
tsibley committed Jul 24, 2024
1 parent d897399 commit 63b92c9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 63b92c9

Please sign in to comment.