Skip to content

Commit

Permalink
Update HISTORY.md (#25)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update pyproject.toml

* Update README.md

Tiny spacing and heading
  • Loading branch information
chrisvanrun committed Jan 8, 2024
1 parent e3eabba commit 6fcf923
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 6fcf923

Please sign in to comment.