From 6fcf923636e3de34bc43a19be0aa5d628124e8da Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Mon, 8 Jan 2024 10:08:48 +0100 Subject: [PATCH] Update HISTORY.md (#25) * Update HISTORY.md * Update pyproject.toml * Update README.md Tiny spacing and heading --- HISTORY.md | 3 +++ README.md | 1 + pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index cedcc2b..4a13297 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## 0.3.0 (2023-01-08) +* Replace "input"/"output" in the context JSON input with "algorithm_input"/"algorithm_output". + ## 0.2.2 (2023-01-02) * Various improvements to spelling and wording in the challenge packs * Report grand-challenge-forge version in generated pack README diff --git a/README.md b/README.md index ee09dea..386deca 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A utility that generates distributable items that help challenge organizers set up their challenge more easily on [Grand-Challenge.org](https://grand-challenge.org/). + --- [![CI](https://github.com/DIAGNijmegen/rse-grand-challenge-forge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DIAGNijmegen/rse-grand-challenge-forge/actions/workflows/ci.yml/badge.svg?branch=main) [![PyPI](https://img.shields.io/pypi/v/grand-challenge-forge)](https://pypi.org/project/grand-challenge-forge/) diff --git a/pyproject.toml b/pyproject.toml index 3cb8b24..6cc3e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grand-challenge-forge" -version = "0.2.2" +version = "0.3.0" description = "Generation of challenge packs" license = "Apache-2.0" authors = ["Grand-Challenge support "]