From 2aa78e0f2138963cedf05bf6666f1ae62a6efb14 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Tue, 13 Aug 2024 13:02:13 -0400 Subject: [PATCH] Create 0.8.0 release (#88) --- CHANGELOG.md | 2 ++ algorithm_config.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080dd08..36cdf96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## Unreleased +## 0.8.0 (2024-08-13) + ### Fixed - Remove hard-coded MAAP API host value in the scripts `bin/algo/describe`, diff --git a/algorithm_config.yaml b/algorithm_config.yaml index 4aac4eb..99fb342 100644 --- a/algorithm_config.yaml +++ b/algorithm_config.yaml @@ -1,6 +1,6 @@ algorithm_description: Subset GEDI L1B, L2A, L2B, or L4A granules within an area of interest (AOI) algorithm_name: gedi-subset -algorithm_version: 0.7.0 +algorithm_version: 0.8.0 repository_url: https://github.com/MAAP-Project/gedi-subsetter.git docker_container_url: mas.maap-project.org/root/maap-workspaces/base_images/python:v4.0.0 disk_space: 20GB