This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/sdap-ingester.git
The following commit(s) were added to refs/heads/develop by this push:
new 1cd4bda Moved incorrect changelog entry (#104)
1cd4bda is described below
commit 1cd4bda4c14b1c941966bb32eb3bcb665a866de7
Author: Riley Kuttruff <[email protected]>
AuthorDate: Tue Jul 9 14:06:32 2024 -0700
Moved incorrect changelog entry (#104)
---
CHANGELOG.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78a71db..5b9737b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased] - Unreleased
+### Added
+- SDAP-469: Additions to support height/depth dimensions on input
+### Changed
+### Deprecated
+### Removed
+### Fixed
+### Security
+
## [1.3.0] - 2024-06-10
### Added
- SDAP-472: Added support for defining Zarr collections in the collection
config
@@ -24,7 +33,6 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
### Added
- SDAP-477: Added preprocessor to properly shape incoming data
- SDAP-478: Add support to user to select subgroup of interest in input
granules
-- SDAP-469: Additions to support height/depth dimensions on input
### Changed
- Changed granule ingester setup to use mamba instead of conda (superseded by
SDAP-511)
- SDAP-511: Switched package management to use Poetry instead of conda/mamba