From 6f42f1c6b2239914ec8cf853ef589e8cf9419354 Mon Sep 17 00:00:00 2001 From: James Wood Date: Wed, 21 Feb 2024 11:44:38 -0800 Subject: [PATCH] release 0.8.0 --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87313e2..11fe38a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed + + +## [0.8.0] + ### Added ### Changed - [issues/96](https://github.com/podaac/concise/issues/96): - - impelemented sorting after [multi_core_download](https://github.com/podaac/concise/blob/23b44803f4829c1eb7e9d39b311a0373092daab3/podaac/merger/harmony/download_worker.py#L15) to preserve the input file order in the -### Deprecated + - Preserve the order of the input files so the output file matches order +### Deprecated ### Removed ### Fixed